Learn to speak vim – verbs, nouns, and modifiers!
.vim strong { font-size: 120%; background: lightyellow; } .vim code { background: #eee; padding: 0.5em; margin-top:1em; display:block } Using vim is like talking to your editor in ‘verb modifier object’ sentences, turned into acronyms learn some verbs: v (visual), c (change), d (delete), y (yank/copy). these are the most important. there are others learn some [...]

