Update 'cheat_sheet.md'

main
mahuntington 2 years ago
parent 8c71b1eeb5
commit 59dc6bb94c

@ -34,13 +34,23 @@
## Navigation
### Cursor
- `H` move to top of screen
- `M` move to middle of screen
- `L` move to bottom of screen
### Screen
- `<ctrl-f>` page down
- `<ctrl-b>` page up
- `<ctrl-d>` half page down
- `<ctrl-u>` half page up
- `H` move to top of screen
- `M` move to middle of screen
- `L` move to bottom of screen
- `<ctrl + y>` to move the screen up one line.
- `<ctrl + e>` to move the screen down one line.
- `zz` to move the current line I'm on to the center of the screen.
- `zt` to move the current line I'm on to the top of the screen.
- `zb` to move the current line I'm on to the bottom of the screen.
## Editing

Loading…
Cancel
Save