hello friends! new(ish)!

Vim: Difference between revisions

From InstallGentoo Wiki v2
Jump to navigation Jump to search
>Bisasam
No edit summary
>Bisasam
No edit summary
Line 25: Line 25:
[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:GNU/Linux]]
[Category:Productivity]
[[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 Vim Progressively

Learn to speak vim – verbs, nouns, and modifiers!

Vim tips and tricks - StackOverflow

Write code faster: expert-level vim (Railsberry 2012) - YouTube