Hey guys can you help me with some issues on how to navigate through links to the directory or file it points to through the command line?
If i try to 'cd' into them it says they are not directories which of course they aren't its just a file but I can click that file (some of them) in the file browser (not through terminal)
For example there is a .vim folder in my home directory which I cannot 'cd' into it also when you install Ubuntu there is a Examples folder on the desktop and a link to that from you home directory. I cannot navigate it through the command line.
I'm trying to install some vim plugins which should go into the .vim folder but it's not a folder...it's a file which I can open up in a text editor. However most sites say to put scripts in sub folders inside .vim folder... i'm really confused with this, any help? I can't do 'mkdir' either if i do 'mkdir .vim' it says directory already exists....