C-_ or C-x u : undoC-s : search forwardsC-r : search backwardsC-a C-x c-x kill the whole lineC-y Paste/yank| Common Name | Common Key | Emacs Name | Emacs Key |
|---|---|---|---|
| Cut | C-x | Kill | C-w |
| Copy | C-c | Kill-ring-save | M-w |
| Paste | C-v | Yank | C-y |
| — | — | Yank next | M-y |
C-x b : switch buffersC-x right : right-cycle through buffersC-x left : left-cycle through buffersC-x k : kill bufferc-n next linec-p previous linec-@ mark start to selectC-x 0 : close the active windowC-x 1 : close all windows except the active windowC-x 2 : split the active window vertically into two horizontal windowsC-x 3 : split the active window horizontally into two vertical windowsC-x o : change active window to next window