Difference between
modified post 4200960ee by Anonymous on Wed 28th Jan 2015 07:15
original post bc7f81 by Anonymous on Tue 27th Jan 2015 19:51
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 | |
11 | + | 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 | |
12 | 14 | # Plugin management | |
13 | 15 | https://github.com/tpope/vim-pathogen | |
15 | 17 | # Plugins | |
16 | 18 | NERDtree - https://www.flickr.com/photos/30496122@N07/2862367534/sizes/o/ | |
17 | 19 | http://vimrcfu.com/ - alternative to NERDtree (supposedly more configurable) | |
18 | 20 | CtrlP - http://kien.github.io/ctrlp.vim/ | |
19 | 21 | https://github.com/sheerun/vim-polyglot | |
20 | 22 | https://github.com/tomtom/tcommand_vim - searches commands (no fuzzy search on descriptions though) | |
21 | 23 | https://github.com/michalliu/sourcebeautify.vim - beatify JS and html/css/json/xml/sql; basically all the web stuff | |
22 | 24 | https://github.com/tpope/vim-jdaddy - handy for JSON | |
23 | 25 | https://github.com/tpope/vim-surround - surround code with stuff | |
24 | 26 | https://github.com/tpope/vim-repeat - great to repeat commands (of plugins) | |
25 | 27 | https://github.com/ajh17/VimCompletesMe - superior tab completion | |
27 | 29 | # Example configs | |
28 | 30 | https://github.com/prurigro/darkcloud-vimconfig | |
30 | 32 | # Fun & challenges | |
31 | 33 | http://vimgolf.com/ | |
33 | 35 | # Handy links | |
34 | 36 | http://www.reddit.com/r/vim/ | |
35 | 37 | http://www.reddit.com/r/vimplugins/ | |
36 | 38 | http://vimawesome.com/ | |
37 | 39 | http://vimrcfu.com/ | |
39 | 41 | ========================================================================================= | |
41 | 43 | 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.