Category: VIM
-
how to disable vim syntax colour?
https://askubuntu.com/questions/339092/how-to-disable-vim-syntax-color http://catb.org/jargon/html/A/angry-fruit-salad.html Of course I like colours – in nature, on people, wherever … – but some colour schemes on computer displays are hard too read – some are awkward or ugly. I am glad, there is a short way to get rid off these colours in VIM. In order to tell a shell console…
-
VIM keeps a directory tree at ~/.backups/
I just recently found that directory tree at the shell account at my Internet provider’s site, and I had no idea, who created and maintained it. They told me, they had activated that VIM feature. Apparently they advised VIM to keep 20 back-up copies of each edited file. I really like automatic back-up copies, but…
-
O’Reilly Media book: Learning the vi and Vim Editors, 7th Edition
http://shop.oreilly.com/product/9780596529833.do
-
the “vi” built into busybox-1.16.1 on my Synology DiskStation DS213+ just fooled me
I was trying to find an occurrence of /lib/cpp in a log file, and I wanted to avoid using ‘/’ in a regexp, so I tried ‘lib.’ instead. But that didn’t match the obvious occurrence. I executed a “:set magic”; the command got accepted, but that still didn’t change its behaviour. Installed VIM, tried the…
-
O’Reilly Media book: vi and Vim Editors Pocket Reference, 2nd Edition
http://shop.oreilly.com/product/0636920010913.do
-
Leaving TextMate – Coming Home to Vim / Jamis Buck
the { buckblogs :here }: Coming home to Vim
-
Leaving TextMate – Coming Home to Vim / Steve Losh
Coming Home to Vim / Steve Losh TextMate does not have split windows …