A More Frequent User's Guide to Emacs
You've seen the infrequent user's guide. This is for the slightly more frequent user.
Section | Command | Function |
Basic | F10 | Menu |
C-_ | Undo | |
C-g | Cancel Current Command | |
C-x C-c | Quit | |
Buffer Editing | C-x C-s | Save |
C-x C-w | Save As | |
C-x C-f | Open | |
C-x C-q | Toggle buffer read-only | |
C-d | Delete next Character | |
C-s | Find | |
C-k | Cut Line | |
C-y | Paste | |
Windows | C-x C-2 | Split Horizontally |
C-x C-3 | Split Vertically | |
C-x C-0 | Close This Window | |
C-x 1 | Close all other windows | |
GDB | M-x gdb | Launch GDB |
M-p | Previous Command | |
C-x <space> | Set breakpoint |