WORK IN PROGRESS C- = CTRL + M- = ALT + C-h C show help on command C, e.g. C-h C-f C-h t show emacs tutorial C-u N numeric parameter (N) to the next command (usually repeat count), e.g. C-u 8 C-f C-g cancel running command or discard the entered numeric constant (C-u) C-v, PageDown move forward one screen M-v, PageUp move backward one screen C-n, down move to the next line C-p, up move to the previous line C-f, right move to the next character C-b, left move to the previous character M-f move to the next word M-b move to the previous word C-l center screen on cursor C-k kill (= cut) from cursor to the end of the line M-d delete the next word C-w kill (= cut) selected text C-Space, Shift select text C-x N set number of windows to N, e.g. C-x 1 = leave only one window