Emacs notes
C-<chr> # hold the Ctrl key while typing the character <chr> M-<chr> # hold the Alt key while typing the character <chr> S-<chr> # hold the Shift key while typing the character <chr> C-w # cut M-w #copy C-y #paste Dired # the file manager mode C-x C-c, #end the Emacs session C-g, #quit a partially entered command Move around C-p # previous line C-n # next line C-b # b ackward a character C-f # f orward a character C-a # beginning of line C-e # move to e nd of line M-a # move back to beginning of sentence M-e # move forward to end of sentence C-v, #view next screen M-> # the end of the whole text C-x 1 # one window, kill all other windows C-g # cancel the command C-a Beginning of line M-f Forward one word M-a Previous sentence M-v Previous screen M-< Beg...