Vim tips: Using Vim mappings and abbreviations
Vim ships with a lot of useful functions that make life easier when you’re editing text, but Vim is also an extremely extensible editor. If you find yourself typing the same long commands or strings of text over and over again, it’s time you learned how to set mappings and abbreviations in Vim, to save valuable keystrokes for your code or prose. Just as you can set shortcuts in KDE, you can map keystrokes to actions in Vim....