This document discusses tips and tricks for using the Vim text editor. It begins with an introduction to Vim and emphasizes the importance of learning basic Vim commands. It then provides recommendations for basic Vim training materials. The bulk of the document focuses on introducing 15 useful Vim plugins and customizations that can be made in the ~/.vimrc file. These are meant to enhance Vim's functionality and usability for tasks like code completion, indentation, commenting code, and diff/merging files. Links are provided to external resources for further reference.
Reference
Klayman’s .vimrc
VIM Hacks(c9s)
Perl Hacks on Vim (c9s)
VIM - Hack Your Editor! (yzlin)
My .vimrc
http://github.com/chenkaie/DotFiles/blob/master/.vimrc