hello friends! new(ish)!
Vim: Difference between revisions
Jump to navigation
Jump to search
>Muh6trillion (Created page with "==Learning vim== * http://vim-adventures.com/ * Use hjkl, don't be a babby duck * Use vimtutor * :h * Keep a cheat sheet, write down new commands you want to learn, keep only ...") |
>Bisasam No edit summary |
||
Line 24: | Line 24: | ||
[https://www.youtube.com/watch?v=SkdrYWhh-8s Write code faster: expert-level vim (Railsberry 2012) - YouTube] | [https://www.youtube.com/watch?v=SkdrYWhh-8s Write code faster: expert-level vim (Railsberry 2012) - YouTube] | ||
[Category:GNU/Linux] | |||
[Category:Productivity] |
Revision as of 17:58, 28 January 2014
Learning vim
- http://vim-adventures.com/
- Use hjkl, don't be a babby duck
- Use vimtutor
- :h
- Keep a cheat sheet, write down new commands you want to learn, keep only several or so commands at a time until you've learned them
- If you're partial to books, try Practical Vim
Vimconf
Well documented base for a vimconf: https://github.com/timss/vimconf
Plugins
External Links
The Vim Learning Curve is a Myth
Learn to speak vim – verbs, nouns, and modifiers!
Vim tips and tricks - StackOverflow
Write code faster: expert-level vim (Railsberry 2012) - YouTube
[Category:GNU/Linux] [Category:Productivity]