How do I replace a word under the cursor in Vim.
So instead of using dw then i then the word and then Esc, is there a simpler com
dw
i
Esc
Try cw - as in 'change word'.
cw
Use http://linuxmoz.com/vi-commands-cheat-sheet/ or any other cheat sheet as a reference.