Complete Emacs keyboard shortcuts and commands reference — 10 shortcuts across 1 categories. Quick reference cheat sheet for Windows & Mac.
Emacs is a popular development tool used by professionals worldwide. Learning keyboard shortcuts can dramatically speed up your workflow — studies show shortcut users save an average of 8 days per year compared to mouse-only users.
This page covers all 10 Emacs shortcuts across 1 categories: Basic Editing. Each shortcut includes a description to help you understand when and how to use it effectively.
| Shortcut | Action |
|---|---|
| C-x C-s | Save |
| C-x C-f | Open file |
| C-x C-c | Quit |
| C-g | Cancel |
| C-/ | Undo |
| C-w | Cut |
| M-w | Copy |
| C-y | Paste |
| C-s | Search |
| M-x | Execute command |
The most essential Emacs shortcuts are: C-x C-s (Save), C-x C-f (Open file), C-x C-c (Quit). These cover the most frequent actions and can significantly speed up your workflow.
Emacs has 10 keyboard shortcuts across 1 categories on shortcut-tools.com.
Simply press the key combination while Emacs is focused. Most shortcuts work immediately. On Mac, replace Ctrl with Cmd and Alt with Option for most shortcuts.
The Emacs shortcut for save is C-x C-s.
Start with the essentials: Learn C-x C-s (Save) and C-x C-f (Open file) first — these are the most commonly used.
Practice daily: Pick 2–3 new shortcuts each day and consciously use them instead of the mouse. Within a week, they become muscle memory.
Print this cheat sheet: Keep a reference nearby until shortcuts become automatic. Focus on the Basic Editing category first.
Developer tip: Multi-cursor editing and code navigation shortcuts save the most time. Learn them before anything else.