C-x C-f -> open a file C-x C-v -> open a file in the current buffer C-x C-s -> save a file C-x C-w -> save as C-x C-c -> exit C-s -> search in buffer forwards (repeat to find next, enter to finish) C-r -> search in button backwards C-c C-s -> latex file C-c tab -> bibtext file C-c C-v -> view file C-space -> set marker Alt-w -> copy C-w -> cut C-y -> paste C-/ -> undo C-left/right -> move mark 1 word C-up/down -> move mark 1 paragraph Alt-d -> delete to end of current word Alt-backspace -> delete to beginning of current word C-k -> delete to end of current line Alt-m goto line -> go to line number Alt-{ (and }) -> move up (and down) a paragraph Alt-< (and >) -> to start (and end) of buffer Alt-a (and e) -> move forward (and back) a sentence. C-t -> swaps letters around Alt-t -> swaps words around Alt-c -> Capitalise a letter leaving the rest of the word lowercase Alt-u -> change word to uppercase Alt-l -> change word to lowercase C-x k -> kill a buffer Alt-& -> query replace forward from mark (y = replace, n = don't replace, ! = replace all, C-q = exit, ? = help) C-g -> cancel current command Alt-x filename -> open recover file C-x 1 -> only show single buffer C-x 2 -> split screen to show two buffers C-x o -> switch buffers C-x 0 -> remove current buffer C-x C-b -> show active buffers (f swaps buffer list for doccument, return opens, g refreshes) k marks a buffer for killing, s for saving (u removes marks) and x commits changes Alt-x latex-mode -> switch to latex mode Alt-x global-font-lock-mode -> turn on syntax highlighting Alt-$ -> spell check current word (number to chgange, i to add to dictionary, q to end spell process) Alt-x ispell-buffer -> spell check current buffer (space is skip, r {new} RET change to new Alt-x ispell-region -> spell region