Add tty and terminal keybindings to tty.md

This commit is contained in:
Donovan Glover 2017-11-06 01:33:59 -05:00
parent d3551fd6a7
commit 261608492b
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

16
help/tty.md Normal file
View 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`