Bene, per prima cosa devi conoscere alcune delle basi del montaggio del testo:
C-w : Cut
M-w : Copy
C-y : Paste
C-x s : save
C-x c : save all and close
Quindi, è utile imparare come spostarsi all'interno del file:
M-b : back one word
M-f : foward one word
C-a : beginning of line
C-e : end of line
C-n : next line
C-p : previous line
M-< : beginning of buffer
M-> : end of buffer
Quindi, è bene iniziare a imparare come navigare con più file / buffer e finestre
C-x C-f : find file
C-x b : switch buffer
C-x k : kill buffer
C-x 2 : split-window-vertically
C-x 3 : split-window-horizontally
C-x o : switch window
C-x 0 : kill this window
C-x 1 : kill all other windows
Dopo, ecco alcuni altri misc. comandi che possono tornare utili:
C-s : search
C-r : search backward
M-/ : autocomplete word (based on previous words in the file)
M-x : align-regexp
M-( : start keyboard macro
M-) : end keyboard macro
C-x e: execute keyboard macro.
Per un riferimento completo: link