Emacs
Keymaps
Emacs standard
| key | effect |
|---|---|
| C-^ | Join with next line |
| C-_ | Undo |
| C-c d | Duplicate line |
| C-g | Abort operation |
| C-h | HELP! (and learn) |
| C-x 1 | Focus window |
| C-x 2 | Split window horizontally |
| C-x 3 | Split window vertically |
| C-x C-f | Find file (open into buffer) |
| C-x C-s | Save buffer to file |
| C-x C-w | Save buffer to file as … |
| C-x C-x | Exchange point and mark |
| C-x b | Go to other buffer |
| C-x d | Edit directory |
| C-x e | Execute elisp under cursor |
| C-x o | Go to other window |
| M-. | Go to definition |
| M-f / M-b | Move word forward / backward |
Prelude
| key | effect |
|---|---|
| C-c c | Clean buffer |
| C-c d | Duplicate line |
| C-c s | Swap windows |
Custom
| key | effect |
|---|---|
| C-c / | Toggle region comment |
| C-c j | Join lines |
| C-c l | List packages |
| C-x k | Kill buffer immediately (no confirmation) |
