h = left
j = down
k = up
l = right
^ = beginning of line
$ = end of line
w = next word
b = previous word
e = end of current word
L = bottom of screen
H = top of screen
G = last line of file
i = insert mode
u = undo last edit
x = delete character
w = delete word
[#]dd = delete [#] line(s)
[#]yy = copy [#] line(s)