Emacs Cheatsheet - Emacs Shortcut Reference
Emacs is notorious for its 2000+ default commands, but you only need a small set daily. This reference groups file & buffers, movement/editing, search, windows, macros and Org-mode, and first demystifies the C=Ctrl, M=Alt/Meta prefix notation, then the chording of C-x C-s style sequences. Learning it lowers the intimidation of the editor and moves editing into muscle memory. After reading you can open, edit and save files, wrangle buffers, and record a macro without touching the manual.
Files & Buffers 10
C-x C-fC-x C-sC-x C-wC-x bC-x kC-x C-cC-x 1C-x 2C-x 3C-x oCursor Movement 7
C-f / C-bM-f / M-bC-a / C-eC-n / C-pM-< / M->C-v / M-vM-g gEditing 12
C-SpaceC-wM-wC-yM-yC-dM-dC-kC-x C-uC-x C-lC-/C-gSearch & Replace 5
C-sC-rM-x replace-stringM-x replace-regexpM-%Windows & Bookmarks 5
C-x 0C-x ^C-x }C-x r mC-x r bKeyboard Macros 4
F3 / C-x (F4 / C-x )C-x eC-u 10 C-x eOrg-mode 5
* / ** / ***- / 1.C-c C-t<s TabC-c C-cTips
- Emacs convention: C is Ctrl, M is Meta (Alt). C-x is the extended-command prefix.
- C-g is the universal cancel key; press it after any wrong operation to return to a normal state.
- C-Space sets a mark, then move the cursor to select a region; C-w cuts or M-w copies it.
Official References
Each command links to its official documentation below, so you can verify the latest usage and read deeper.
Maintained by LaoHand
Publicly updated on Jul 21, 2026, continuously proofread against official docs.
Contact Us
Wrong command or description? Send us corrections, business inquiries or product feedback by email.
Contact Us