- Ctl-a Beginning of line
- Ctl-e End of line
- Ctl-k Delete from cursor position to end of line
- Esc-a Begining of a sentence, if each sentence is eperated by two blanks
- Esc-e End of a sentence, if each sentence is seperated by two blanks
- Esc-k Delete from cursor to end of sentence, if each sentence is seperated by two blanks
- Ctl-shift-_ Undo
- Meta-shift-> End of buffer
- Meta-shift-< Beginning of buffer
- Ctl-space Set mark
- Ctl-w Cut the text between mark and the cursor
- Meta-w Copy the text between mark and the cursor
- Ctl-y Paste
- Meta-shell shell mode in emacs
- Meta-p previous command in shell mode
- Meta-n next command in shell mode
- Ctl-x b Change buffer