hello friends! new(ish)!
Vim: Difference between revisions
Jump to navigation
Jump to search
>Bisasam No edit summary |
>Biohazard (added that cheat sheet that was posted) |
||
Line 1: | Line 1: | ||
[[File:Vim cheat sheet.png|200px|thumb|right|Vim Cheat Sheet for programmers]] | |||
==Learning vim== | ==Learning vim== | ||
* http://vim-adventures.com/ | * http://vim-adventures.com/ |
Revision as of 18:04, 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