September 2, 2008
(Vim logo from http://www.vim.org/)
Step 1: Make sure that the perforce client is in your path. Can you open a shell (or command prompt) and type ‘p4′? Do you get a help message from Perforce?
Step 2: Open the .vimrc file (on Windows, look for a _vimrc file) in your home directory. If you [...]
Read the full article →
July 23, 2008
I use Vim on my little Asus eeepc to do my writing on the train. As I only write text or html, it’s been fine. But little luxuries like highlighting miss-spelled words are nice. I just found out that Vim supports this. Here’s the lines to add to your .vimrc:
setlocal spell [...]
Read the full article →