Difference between
modified post bc7f81 by Anonymous on Tue 27th Jan 2015 19:51
original post 5f771 by Anonymous on Sun 26th Oct 2014 12:32
Download diff
Show
old version |
new version |
both versions
1 | 1 | # General manual | |
2 | 2 | vimtutor (intro) | |
4 | 4 | http://vimhelp.appspot.com/usr_toc.txt.html | |
5 | 5 | * Folding -> http://vimhelp.appspot.com/fold.txt.html#folding | |
6 | 6 | * ins-completion -> http://vimhelp.appspot.com/insert.txt.html#ins%2Dcompletion | |
7 | 7 | * recording -> http://vimhelp.appspot.com/repeat.txt.html#recording | |
8 | 8 | * :g -> http://vimhelp.appspot.com/repeat.txt.html#%3Ag | |
9 | 9 | * :vimgrep -> http://vimhelp.appspot.com/quickfix.txt.html#%3Avimgrep | |
12 | 12 | # Plugin management | |
13 | 13 | https://github.com/tpope/vim-pathogen | |
15 | 15 | # Plugins | |
16 | 16 | NERDtree - https://www.flickr.com/photos/30496122@N07/2862367534/sizes/o/ | |
17 | 17 | http://vimrcfu.com/ - alternative to NERDtree (supposedly more configurable) | |
18 | 18 | CtrlP - http://kien.github.io/ctrlp.vim/ | |
19 | 19 | https://github.com/sheerun/vim-polyglot | |
20 | 20 | https://github.com/tomtom/tcommand_vim - searches commands (no fuzzy search on descriptions though) | |
21 | 21 | https://github.com/michalliu/sourcebeautify.vim - beatify JS and html/css/json/xml/sql; basically all the web stuff | |
22 | 22 | https://github.com/tpope/vim-jdaddy - handy for JSON | |
23 | 23 | https://github.com/tpope/vim-surround - surround code with stuff | |
24 | 24 | https://github.com/tpope/vim-repeat - great to repeat commands (of plugins) | |
25 | + | https://github.com/ajh17/VimCompletesMe - superior tab completion | |
26 | 27 | # Example configs | |
27 | 28 | https://github.com/prurigro/darkcloud-vimconfig | |
29 | 30 | # Fun & challenges | |
30 | 31 | http://vimgolf.com/ | |
32 | 33 | # Handy links | |
33 | 34 | http://www.reddit.com/r/vim/ | |
34 | 35 | http://www.reddit.com/r/vimplugins/ | |
35 | 36 | http://vimawesome.com/ | |
36 | 37 | http://vimrcfu.com/ | |
38 | 39 | ========================================================================================= | |
40 | 41 | Thanks to abstrakt & prurigro for this list :) |
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.