Category: VI
-
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 …