Difference between
modified post 7b0ad8df by Anonymous on Wed 4th Feb 2015 02:06
original post 12f by Anonymous on Fri 30th Jan 2015 13:54
Download diff
Show
old version |
new version |
both versions
1 | - | # General manual | |
1 | + | [ VIM (from nixav) ] | |
2 | - | vimtutor (intro) | |
2 | + | # Learn | |
3 | + | https://raw.github.com/dahu/LearnVim/master/doc/learnvim.txt | |
4 | - | http://vimhelp.appspot.com/usr_toc.txt.html | |
10 | + | http://pascalprecht.github.io/2014/03/18/why-i-use-vim/ | |
5 | - | * Folding -> http://vimhelp.appspot.com/fold.txt.html#folding | |
11 | + | http://of-vim-and-vigor.blogspot.de/2012/06/art-of-edits-i-weaponry.html | |
6 | - | * ins-completion -> http://vimhelp.appspot.com/insert.txt.html#ins%2Dcompletion | |
12 | + | http://www.reddit.com/r/linux/comments/1kdvq5/til_that_vim_has_tabs_thats_wonderful/ | |
7 | - | * recording -> http://vimhelp.appspot.com/repeat.txt.html#recording | |
13 | + | http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim | |
8 | - | * :g -> http://vimhelp.appspot.com/repeat.txt.html#%3Ag | |
14 | + | http://stackoverflow.com/questions/11489428/how-to-make-vim-paste-from-and-copy-to-systems-clipboard | |
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 | |
16 | + | # Compiled resource | |
17 | + | vim.kpaste.net | |
19 | + | http://vimcasts.org/ | |
14 | - | # Plugin management | |
21 | + | # book | |
15 | - | https://github.com/tpope/vim-pathogen | |
22 | + | http://pragprog.com/book/dnvim/practical-vim | |
24 | + | # counter-argument | |
17 | 30 | # Plugins | |
18 | - | NERDtree - https://www.flickr.com/photos/30496122@N07/2862367534/sizes/o/ | |
31 | + | http://www.reddit.com/r/linux/comments/29a0ya/vim_awesome/ | |
19 | - | http://vimrcfu.com/ - alternative to NERDtree (supposedly more configurable) | |
32 | + | http://lsh.io/plugtalk/#48 | |
30 | - | # Colorschemes | |
34 | + | --- | |
34 | - | # Example configs | |
36 | + | # General manual | |
35 | - | https://github.com/prurigro/darkcloud-vimconfig | |
37 | + | vimtutor (intro) | |
37 | - | # Fun & challenges | |
39 | + | http://vimhelp.appspot.com/usr_toc.txt.html | |
38 | - | http://vimgolf.com/ | |
40 | + | * Folding -> http://vimhelp.appspot.com/fold.txt.html#folding | |
41 | + | * ins-completion -> http://vimhelp.appspot.com/insert.txt.html#ins%2Dcompletion | |
40 | - | # Handy links | |
46 | + | 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 | |
49 | + | # Plugin management | |
48 | - | [[[ How 2s ]]] | |
52 | + | # Plugins | |
53 | + | NERDtree - https://www.flickr.com/photos/30496122@N07/2862367534/sizes/o/ | |
50 | - | # How to reverse-search vim command history like Ctrl+r with bash? | |
54 | + | http://vimrcfu.com/ - alternative to NERDtree (supposedly more configurable) | |
51 | - | q: then ? and start typing away :) | |
55 | + | https://github.com/scrooloose/nerdcommenter - for some pro commenting | |
56 | + | CtrlP - http://kien.github.io/ctrlp.vim/ | |
53 | - | ========================================================================================= | |
57 | + | https://github.com/sheerun/vim-polyglot | |
58 | + | https://github.com/tomtom/tcommand_vim - searches commands (no fuzzy search on descriptions though) | |
55 | - | Thanks to abstrakt & prurigro for the majority this list :) | |
59 | + | https://github.com/michalliu/sourcebeautify.vim - beatify JS and html/css/json/xml/sql; basically all the web stuff | |
60 | + | https://github.com/tpope/vim-jdaddy - handy for JSON | |
61 | + | https://github.com/tpope/vim-surround - surround code with stuff | |
62 | + | https://github.com/tpope/vim-repeat - great to repeat commands (of plugins) | |
63 | + | https://github.com/ajh17/VimCompletesMe - superior tab completion | |
65 | + | # Colorschemes | |
66 | + | https://github.com/romainl/Apprentice | |
67 | + | https://github.com/w0ng/vim-hybrid | |
69 | + | # Example configs | |
70 | + | https://github.com/prurigro/darkcloud-vimconfig | |
72 | + | # Fun & challenges | |
73 | + | http://vimgolf.com/ | |
75 | + | # Handy links | |
76 | + | http://www.reddit.com/r/vim/ | |
77 | + | http://www.reddit.com/r/vimplugins/ | |
78 | + | http://vimawesome.com/ | |
79 | + | http://vimrcfu.com/ | |
83 | + | [[[ How 2s ]]] | |
85 | + | # How to reverse-search vim command history like Ctrl+r with bash? | |
86 | + | q: then ? and start typing away :) | |
88 | + | ========================================================================================= | |
90 | + | 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.