mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-23 23:29:13 +01:00
Add tty and terminal keybindings to tty.md
This commit is contained in:
parent
d3551fd6a7
commit
261608492b
16
help/tty.md
Normal file
16
help/tty.md
Normal file
@ -0,0 +1,16 @@
|
||||
## 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`
|
Loading…
Reference in New Issue
Block a user