Vim is pretty cool - we like it on the console.
An article on how to edit effectively in VIM
Turn spell checking on in vim (:set spell). Also Turn it on for languages that don't support it. Also: info on customizing this (human languages, themes)
Navigate window splits: Switch between vim windows tip
Plugins We Like
Vim and MacOS Tricks
" Mac specific clipboards map "y :w !pbcopy<CR><CR> map "p :r !pbpaste<CR>
To use these macros I need to visually select some text or lines and then perform the "y command.
See also: vi Tricks
Copy and Pasting Between Buffers
tricks and tips about copy and paste and multiple buffers
Comments:
Add comments by visiting: Vim/Comments