Difference between
modified post 12f by Anonymous on Fri 30th Jan 2015 13:54
original post 82f6042 by Anonymous on Fri 30th Jan 2015 11:18
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 | 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 | |
14 | 14 | # Plugin management | |
15 | 15 | https://github.com/tpope/vim-pathogen | |
17 | 17 | # Plugins | |
18 | 18 | NERDtree - https://www.flickr.com/photos/30496122@N07/2862367534/sizes/o/ | |
19 | 19 | http://vimrcfu.com/ - alternative to NERDtree (supposedly more configurable) | |
20 | 20 | https://github.com/scrooloose/nerdcommenter - for some pro commenting | |
21 | 21 | CtrlP - http://kien.github.io/ctrlp.vim/ | |
22 | 22 | https://github.com/sheerun/vim-polyglot | |
23 | 23 | https://github.com/tomtom/tcommand_vim - searches commands (no fuzzy search on descriptions though) | |
24 | 24 | https://github.com/michalliu/sourcebeautify.vim - beatify JS and html/css/json/xml/sql; basically all the web stuff | |
25 | 25 | https://github.com/tpope/vim-jdaddy - handy for JSON | |
26 | 26 | https://github.com/tpope/vim-surround - surround code with stuff | |
27 | 27 | https://github.com/tpope/vim-repeat - great to repeat commands (of plugins) | |
28 | 28 | https://github.com/ajh17/VimCompletesMe - superior tab completion | |
30 | + | # Colorschemes | |
30 | 34 | # Example configs | |
31 | 35 | https://github.com/prurigro/darkcloud-vimconfig | |
33 | 37 | # Fun & challenges | |
34 | 38 | http://vimgolf.com/ | |
36 | 40 | # Handy links | |
37 | 41 | http://www.reddit.com/r/vim/ | |
38 | 42 | http://www.reddit.com/r/vimplugins/ | |
39 | 43 | http://vimawesome.com/ | |
40 | 44 | http://vimrcfu.com/ | |
42 | - | ========================================================================================= | |
44 | - | Thanks to abstrakt & prurigro for this list :) | |
48 | + | [[[ How 2s ]]] | |
50 | + | # How to reverse-search vim command history like Ctrl+r with bash? | |
51 | + | q: then ? and start typing away :) | |
53 | + | ========================================================================================= | |
55 | + | Thanks to abstrakt & prurigro for the majority 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.