vim
Vim Relative Line Numbers
A little trick I learned the other day at Montreal.rb: relative-line numbering (can be enabled with :set rnu). The current line number is zero, and the left-hand column shows the distance from your cursor. This way you can easily do commands like d5k to delete the 5 lines above the cursor, or d5j to delete [...]
VimConf
I like Vim. Especially learning new tricks with it. Do you? If yes, check out VimConf, it’s an online conference where people show all sorts of tips about using Vim, extending it with scripting, etc.
Rob's Blog
