B Terminal keyboard shortcuts
| keyboard | Action |
|---|---|
| tab | Autocomplete |
| ↑ / ↓ | Navigate command history backwards/forwards |
| ctrl + c | Kill process |
| ctrl + d | End terminal or ssh session (or use exit) |
| ctrl + r | Search command history |
| ctrl + a | Move to beginning of line |
| ctrl + e | Move to end of line |
| alt + b | Move back one word |
| alt + f | Move forward one word |
| ctrl + u | Cut/kill text before cursor |
| ctrl + k | Cut/kill text after cursor: |
| ctrl + y | Paste/yank (previously cut) text |
| ctrl + shift + - | Undo typing |