Vim is an open-source text editor with a steep learning curve that leads to high efficiency in many tasks related to text edition. If you wish to start with vim, try to run “vimtutor”, which will teach you basic commands.
0
votes
2answers
414 views
How to find malformed - corrupted - dos - BOMByte Files in Linux
I've several problems maintaining large production servers, in which some developers drop files from Windows environments, sometime with BOM-bytes (We use UTF8, and no need for that), causing lots of ...
2
votes
1answer
200 views
strftime returning time for wrong timezone
I'm trying to get "dts" to echo the current local time in vim (cygwin under Windows 7) byt the output is GMT+1 instead of the localtime (GMT-7). My abbreviation works fine on other machines, but I ...
0
votes
1answer
28 views
Nerdtree, Rake 'require' cannot load file error
Gents,
When trying to install NERDTree, I get the following error, suggestions? Running from an AWS Amazon linux ami:
drwxrwxr-x 2 ec2-user ec2-user 4096 Apr 2 10:33 autoload
drwxrwxr-x 2 ...