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
-
g π Go.
-
h Move left.
-
i Insert before cursor/at beginning of line.
-
j Move down. π Join next line down to the end of the current line.
-
k Move up.
-
l Move right.
-
m Mark.
-
n Next. Repeat prior search forward/backward.
-
o Open line after/before cursor.
-
p Put after/before cursor.
-
q
-
r Replace one character. π Begin overstrike or replace mode.
-
s Substitute character/line.
-
t
-
u Undo. π Restore line.
-
v Start selecting. π Select current line.
-
w Beginning of next word/WORD.
-
x Delete one character.
-
y Yank (copy to buffer).
-
z
-
0 Beginning of line.
-
$ End of line.
-
. Repeat last command.
-
* Search word under cursor.
-
g t Next/previous tab.