Terminal Shortcuts
The list of shortcuts for most command interpreters
| Command | Description |
|---|---|
| Ctrl+c | kill the process |
| Ctrl+u | clear line |
| Ctrl+l | clear the terminal |
| Ctrl+w | delete one word before the line |
| alt+d | delete one word after the line |
| Ctrl+e | go to the end of the line |
| Ctrl+i, TAB | autocomplete |
| Ctrl+7 | Return action by action |
| Ctrl+a | go to start line |
| Ctrl+s | hide write terminal (Ctrl+q) for end |
| Ctrl+f | go to next character |
| Ctrl+b | go to before character |
| Ctrl+k | delete all after the cursor |
| Ctrl+z | stop an process |
| alt+t | reverse two words before the line |
| alt+l | go to end of next word |
| alt+f | go to start of next word |
| alt+h | go to manual |
| Ctrl+- | resize content terminal |
| !! | run last command |