forked from extern/nix-config
17 lines
572 B
Markdown
17 lines
572 B
Markdown
|
## Moving Around
|
||
|
|
||
|
- Move to the previous terminal `Alt+Left`
|
||
|
- Move to the next terminal `Alt+Right`
|
||
|
- Switch to the Nth terminal `Ctrl+Alt+F<N>`
|
||
|
- Scroll up `Shift+PgUp`
|
||
|
- Scroll down `Shift+PgDn`
|
||
|
|
||
|
## Manipulating Text
|
||
|
|
||
|
- Copy text `Ctrl+Shift+C`
|
||
|
- Paste text `Ctrl+Shift+V`
|
||
|
- Cancel the running command `Ctrl+C`
|
||
|
- Go to the beginning of the line `Ctrl+A`
|
||
|
- Go to the end of the line `Ctrl+E`
|
||
|
- Remove everything after the cursor `Ctrl+K`
|