9 июл. 2010 г.

Vim. Tip 1. Join/split lines

J — join line, but there's no one stroke command to split line in two. Its possible to replace whitespace between words to <CR>:
r<Enter>(cursor on whitespace).