Basic and useful EMACS command C-f Move forward a character C-b Move backward a character M-f Move forward a word M-b Move backward a word C-n Move to next line C-p Move to previous line C-a Move to beginning of line C-e Move to end of line M-a Move back to beginning of sentence M-e Move forward to end of sentence C-x C-f Find file C-x C-s Save buffer to file C-x s Save some buffers to their files C-x C-b List buffers C-x b Switch buffer C-x C-c Quit Emacs C-x 1 Delete all but one window C-x u Undo M-x to launch an Emacs Command (e.g. M-x eval-buffer)