| Ctrl + A | Move to start of line |
| Ctrl + E | Move to end of line |
| Ctrl + U | Clear line before cursor |
| Ctrl + K | Clear line after cursor |
| Ctrl + R | Search history |
| Ctrl + L | Clear screen |
| Option + ←/→ | Move word by word |
| Ctrl + C | Kill current process |
| Ctrl + Z | Suspend process |
| Ctrl + D | Logout / EOF |
| !! | Run last command |
| !$ | Last argument of previous cmd |
| history | Show command history |