# General manual vimtutor (intro) http://vimhelp.appspot.com/usr_toc.txt.html * Folding -> http://vimhelp.appspot.com/fold.txt.html#folding * ins-completion -> http://vimhelp.appspot.com/insert.txt.html#ins%2Dcompletion * recording -> http://vimhelp.appspot.com/repeat.txt.html#recording * :g -> http://vimhelp.appspot.com/repeat.txt.html#%3Ag * :vimgrep -> http://vimhelp.appspot.com/quickfix.txt.html#%3Avimgrep # Plugin management https://github.com/tpope/vim-pathogen # Plugins NERDtree - https://www.flickr.com/photos/30496122@N07/2862367534/sizes/o/ http://vimrcfu.com/ - alternative to NERDtree (supposedly more configurable) CtrlP - http://kien.github.io/ctrlp.vim/ https://github.com/sheerun/vim-polyglot https://github.com/tomtom/tcommand_vim - searches commands (no fuzzy search on descriptions though) https://github.com/michalliu/sourcebeautify.vim - beatify JS and html/css/json/xml/sql; basically all the web stuff https://github.com/tpope/vim-jdaddy - handy for JSON https://github.com/tpope/vim-surround - surround code with stuff https://github.com/tpope/vim-repeat - great to repeat commands (of plugins) https://github.com/ajh17/VimCompletesMe - superior tab completion # Example configs https://github.com/prurigro/darkcloud-vimconfig # Fun & challenges http://vimgolf.com/ # Handy links http://www.reddit.com/r/vim/ http://www.reddit.com/r/vimplugins/ http://vimawesome.com/ http://vimrcfu.com/ ========================================================================================= Thanks to abstrakt & prurigro for this list :)