An Infrequent User's Guide to Emacs
This is my attempt to provide some useful commands for people who don't use emacs very often.
First of all, notation: C-c means press Ctrl+c.
| Command | Function |
| C-x C-s | Save |
| C-x C-w | Save As |
| C-x C-f | Open |
| C-x C-c | Quit |
| F10 | Menu |
| C-_ | Undo |
| C-g | Cancel Current Command |
| C-x 1 | 1 Window (This gets rid of extra splits in the window.) |
| C-d | Delete next Character |
| C-s | Find |
| C-k | Cut Line |
| C-y | Paste |