Note: These apply to the Vim-Mode-Plus plugin for Atom and my custom keymaps. This is not a generic reference for Vim.
A "word" is an alphanumeric string. A "WORD" is any series of non-whitespace separated by whitespace.
- a Append after cursor/at end of line.
- b Previous word/WORD ("backword").
- c Change. 🔠 Change to end of line.
- d Delete. 🔠 Delete to end of line.
- e End of word.
- f