We are still actively working on the spam issue.

Difference between revisions of "Vim"

From InstallGentoo Wiki
Jump to: navigation, search
(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 ...")
 
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 19: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 Vim Progressively

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]