| 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 |
| Ctrl + C | Interrupt / kill foreground process |
| Ctrl + Z | Suspend foreground process (use fg/bg to resume) |
| Ctrl + C | Interrupt / kill foreground process |
| Ctrl + Z | Suspend foreground process (fg/bg to resume) |
| Ctrl + D | Logout / EOF |
| !! | Run last command |
| !$ | Last argument of previous cmd |
| history | Show command history |