UP | HOME

Keybinding Cheatsheet

目录

1 Ctrl

Key Sequence Function Description
C-@/C-SPC set-mark-command  
C-a move-beginning-of-line  
C-b backward-char  
C-c mode-specific-command-prefix Prefix
C-d hungry-delete-forward  
C-e move-end-of-line  
C-f forward-char  
C-g keyboard-quit  
C-h help-command  
C-i <TAB> ASCII 0x9
C-j newline-and-indent  
C-k kill-line  
C-l recenter-top-bottom  
C-m RET ASCII 0xD
C-n next-line  
C-o other-window  
C-p previous-line  
C-q quoted-insert  
C-r isearch-backward  
C-s isearch  
C-t transpose-chars  
C-u universal-argument  
C-v scroll-up-command  
C-w kill-region  
C-x Control-X-prefix Prefix
C-y yank  
C-z suspend-frame  
    ESC is 0x27
C-\ toggle-input-method  
C-] abort-recursive-edit  
C-7/C-_ undo-tree-undo ASCII 0x30
C-6/C-^   <Freedom>

2 Meta

Key Sequence Function Description
M-x execute-extended-command  
M-a backward-sentence  
M-b backward-word  
M-c capitalize-word  
M-d delete-word  
M-e forward-sentence  
M-f forward-word  
M-g   Prefix
M-h mark-paragraph  
M-i tab-to-tab-stop  
M-j sp-join-sexp <Freedom>
M-k kill-sentence  
M-l downcase-word Reserved
M-m back-to-indentation  
M-n   <Freedom>
M-o   Prefix
M-p   <Freedom>
M-q fill-paragraph  
M-r sp-splice-sexp-killing-around  
M-s sp-splice-sexp  
M-t transpose-words  
M-u upcase-word  
M-v scroll-down-command  
M-w kill-ring-save  
M-y yank-pop  
M-z zop-to-char  
M-0 ~ M-9 digital-argument  
M-- negative-argument  
M-= count-words-region  
M-BS backward-delete-word  
M-[   Prefix for CSI
M-]   <Freedom>
M-\ delete-horizontal-space  
M-; comment-dwim  
M-' abbrev-prefix-mark  
M-: eval-expression  
M-"   <Freedom>
M-RET   <Freedom>
M-. xref-find-definitions  
M-, xref-pop-marker-stack  
M-/ dabbrev-expand  
M-< beginning-of-buffer  
M-> end-of-buffer  

2.1 Prefix C-x

Key Sequence Function Description
C-x C-x   Prefix
C-x C-a   <Freedom>
C-x C-b list-buffers  
C-x C-c save-buffers-kill-terminal  
C-x C-d list-directory  
C-x C-e eval-last-sexp  
C-x C-f find-file