Cheatography
https://cheatography.com
The Emacs keys that I need to remember
Buffers, Windows and Frames
Close Buffer |
C-x k |
Switch buffers |
C-x b |
Close Window |
C-x 0 |
Close all other Windows |
C-x 1 |
Split Win Vert |
C-x 2 |
Split Win Horz |
C-x 3 |
Close Buffer and Window |
C-x 4 0 |
kill-buffer-and-window |
Grow Win Ver |
C-x ^ |
Toggle Scratch |
C-c b |
switch-to-scratch-and-back |
Open file |
C-x C-f |
Bookmarks
Bookmark list |
Jump to Bookmark |
Save Bookmark |
Kill / Yank
Kill selection |
C-w |
Kill line |
C-k |
Yank |
C-y |
Prior yank |
M-y |
|
|
Navigation
Page Up / Dn |
Push Mark |
C-<SPC> C-<SPC> |
cua-set-mar |
Pop Mark |
C-u C-<SPC> |
cua-set-mark |
Expressions Fwd |
C-M-f |
Expressions Back |
C-M-b |
Goto line |
M-g-g |
goto-line |
Mini-buffer
|
M-x |
Universal Argument |
C-u OR C-u C-U OR C-u # |
Special Characters
Carriage return |
C-q C-j |
Tab |
C-q <tab> |
Coding
|
C-c @ C-c |
toggle hide/show |
|
C-c @ C-M-h |
hide all |
|
C-c @ C-M-s |
show all |
Code Folding |
|
outline-minor-mode |
|
|
Column Editing
Mark Column |
C-<Enter> |
cua-set-rectangle-mark |
Auto increment |
M-n |
cua-sequence-rectangle |
Dired Mode
Omit Mode |
C-x M-o |
dired-omit-mode |
Execute |
Move |
Copy |
Help
Keystroke |
C-h k |
Apropos |
C-h a |
Command |
C-h c |
Function |
C-h f |
Info Browser |
C-h i |
Using Info? |
Org Mode
Change item depth |
M-<right> / M-<left> |
Insert new TODO |
S-M-<RET> |
Change TODO state |
S-<right> / S-<left> |
Set Deadline |
C-c C-d |
Set Schedule date |
C-c C-s |
Sparse TODO |
C-c / t |
Un-collapse all |
S-<tab> |
Global TODO list |
C-c a t |
Calc Mode
Sum a column |
C-u C-x * : |
After selecting column |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets