- # 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
- A suggested path for learning Vim - http://of-vim-and-vigor.blogspot.com/2014/08/learning-tool-of-vim.html ::: https://github.com/dahu/LearnVim
- # 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)
- https://github.com/scrooloose/nerdcommenter - for some pro commenting
- 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
- # Colorschemes
- https://github.com/romainl/Apprentice
- https://github.com/w0ng/vim-hybrid
- # 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/
- [[[ How 2s ]]]
- # How to reverse-search vim command history like Ctrl+r with bash?
- q: then ? and start typing away :)
- =========================================================================================
- Thanks to abstrakt & prurigro for the majority this list :)
Untitled
Posted by Anonymous on Fri 30th Jan 2015 13:54
raw | new post
view followups (newest first): Untitled by Anonymous
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.