== Common == F4 - toggle copy&paste F5 - reset search F6 - build / make pdf F10 - open pdf in evince == Copy/Paste == y - yank (copy selected text) p - paste "0p - paste after delete == Misc == C-A - increment next number C-X - decrement next number == Windows == C-W N - vertical new window C-W V - horizontal new window C-W S - new view C-W R - change window order C-W H - window left C-W J - window down C-W K - window up C-W L - window right C-W S-H - move window left C-W S-J - move window down C-W S-K - move window up C-W S-L - move window right == Tabs == :tabnew foo.txt - open foo.txt in a new tab gt - next tab gt - got to tab == Code Folding == zo - open code fold zc - close code fold zO - open code fold recusive zC - close code fold recursive zR - open all code folds zM - close all code folds === Text Wrapping === gqG - wrap complete text gqap - wrap paragraph === Printing === :hardcopy === Spelling === :set spell - enable spelling correction :set nospell - disable spelling correction ]s - next mispelled word [s - prev mispelled word zg - add word to dictionary zug - remove word to dictionary z= - show suggestions 1 = en 2 = de 3 = names === Indention === >> or C-T - add indention << or C-D - remove indention