Here are some VIM commands that come in handy:
Highlight current line: link:set cursorline
Delete all lines containing a pattern: link: g/^\s*$/d
Basic search and replace: link:%s/foo/bar/g
Comment feed for this post