Help
C-h
Exit
C-x C-c
Built-in Tutorial
C-h t
Save the file
C-x C-s
Describe key
C-h k
Previous Line
C-p
Next Line
C-n
Backward one character
C-b
Forward one character
C-f
Move forward one word
M-f
Move backward one word
M-b
Go to the beginning of the line
C-a
Go to the end of the line
C-e
Go to the beginning of the file
M-
Go to the end of the file
M->
Delete a character
C-d
Delete a word
M-d
Kill (Cut)
C-k
Yank (Paste)
C-y
Undo
C-x u