C-@		set-mark-command
MARK		set-mark-command
C-a		move-beginning-of-line
HOME		move-beginning-of-line
M-[ H		move-beginning-of-line
C-b		backward-char
LEFT		backward-char
M-[ D		backward-char
C-d		delete-forward-char
DC		delete-forward-char
M-[ 3 ~		delete-forward-char
C-e		move-end-of-line
END		move-end-of-line
M-[ F		move-end-of-line
C-f		forward-char
RIGHT		forward-char
M-[ C		forward-char
C-g		keyboard-quit
C-h		help-command
F1		help-command
M-O P		help-command
HELP		help-command
TAB		indent-for-tab-command
C-j		newline-and-indent
NL		newline-and-indent
C-k		kill-line
C-l		recenter-top-bottom
REFRESH		recenter-top-bottom
C-m		newline-and-indent
CR		newline-and-indent
ENTER		newline-and-indent
C-n		next-line
DOWN		next-line
M-[ B		next-line
C-o		open-line
C-p		previous-line
UP		previous-line
M-[ A		previous-line
C-q		quoted-insert
C-r		reverse-isearch
C-s		isearch
FIND		isearch
C-t		transpose-chars
C-u		universal-argument
C-v		scroll-down-command
NPAGE		scroll-down-command
M-[ 6 ~		scroll-down-command
SF		scroll-down-command
C-w		kill-region
C-x		prefix
C-y		yank
C-z		suspend
C-_		undo
UNDO		undo
DEL		delete-backward-char
BACKSPACE	delete-backward-char
C-h a		apropos-command
C-h f		describe-function
C-h k		describe-key
C-h n		help-with-news
C-h t		help-with-tutorial
C-h v		describe-variables
C-x C-c		save-buffer-exit
C-x C-f		find-file
C-x C-l		downcase-region
C-x C-r		find-file-read-only
C-x C-s		save-buffer
C-x C-t		transpose-lines
C-x C-u		upcase-region
C-x C-w		write-file
C-x C-x		exchange-point-and-mark
C-x C-z		suspend
C-x c		center-line
C-x C		center-paragraph
C-x f		set-fill-column
C-x h		mark-whole-buffer
C-x i		insert-file
C-x l		mark-line
C-x m		matchchar
C-x R		center-region
C-x t		transpose-sentences
C-x u		undo
C-x DEL		backward-kill-sentence
ESC		prefix
M-SP		just-one-space
M-a		backward-sentence
M-b		backward-word
M-LEFT		backward-word
M-c		capitalize-word
M-d		kill-word
M-e		forward-sentence
M-f		forward-word
M-RIGHT		forward-word
M-g		goto-line
M-h		mark-paragraph
M-j		justify-paragraph
M-k		kill-sentence
M-l		downcase-word
M-m		back-to-indentation
M-q		fill-paragraph
M-t		transpose-words
M-u		upcase-word
M-v		scroll-up-command
PPAGE		scroll-up-command
M-[ 5 ~		scroll-up-command
SR		scroll-up-command
M-w		kill-ring-save
M-x		execute-extended-command
M-y		yank-pop
M-z		zap-to-char
M-!		shell-command
M-%		query-replace
M-<		beginning-of-buffer
M-=		count-lines-region
M->		end-of-buffer
M-@		mark-word
M-[		prefix
M-[ 2		prefix
M-[ 3		prefix
M-[ 5		prefix
M-[ 6		prefix
M-O		prefix
M-\\		delete-horizontal-space
M-{		backward-paragraph
M-|		shell-command-on-region
M-}		forward-paragraph
M-DEL		backward-kill-word
