Seven habits of effective text editing with vim
Bram Moolenaar gibt in dem Artikel Seven habits of effective text editing einige Tipps im Umgang mit vim.
Einige sehr praktische Kommandos sind:
Use % to jump from an open brace to its matching closing brace.
Use the * command to search for other places where the current word appears.
Use cw to change the word.
Use . (dot) to repeat the last command.

