| Key | Command | What it does |
| C-h | help-command | enters the online help |
| C-x C-s | save-buffer | saves file |
| C-x C-c | save-buffer-kill-emacs | Exit emacs |
| C-x u | advertised-undo | undo last edit(can repeat) |
| C-g | keyboard-quit | abort current command |
| C-x u | advertised-undo | undo last edit(can repeat) |
| C-f(right arrow) | forward-char | move forward one character |