C-f
Forward one character
C-b
Backward one character
C-n
Next line
C-p
Previous line
C-a
Beginning of line
C-e
End of line
C-v
Next screenful
M-v
Previous screenful
M-<
Beginning of buffer
M->
End of buffer
C-s
C-r
C-x C-x
C-d
Delete next character
Backspace
Delete previous character
M-x replace-string
M-%
M-d
Delete next word
C-k
Kill to end of line (delete to end of line)
C-w
M-w
C-y
M-y
Replace yanked text with previously cut/copy text (only works immediatly after C-y or another M-y)
C-x C-f
Open a file
C-x C-s
Save buffer to file
M-x revert-buffer
Throw out all changes and revert to the last saved version of the file.
C-x b <buffer name>
Replace the current buffer with the one with the given name
C-x 1
Make the current buffer be the only buffer
C-x 2
Split the current buffer into two buffers
C-h i
C-h a
C-h b
C-h m
C-j
C-c C-q
C-c C-a
Toggle the auto-newline-insertion mode. (If it was off, it will now be on and vice versa.)
C-c C-d
M-x c-set-style
<return> on an error message
C-x C-c
Exit Emacs
C-g
C-SPACE
C-x u
M-x gdb
M-x shell
Start a shell in a new buffer
M-x print-buffer
Send the contents of the current buffer to the printer
M-x compile
M-x set-variable