Update 'cheat_sheet.md'

main
mahuntington 4 months ago
parent 89585c053e
commit bc513c5dc9

@ -17,12 +17,6 @@
- `:bn` next buffer - `:bn` next buffer
- `:[num]bd` unload buffer `[num]` - `:[num]bd` unload buffer `[num]`
## Scrolling
- `zt` current line at top
- `zb` current line at bottom
- `zz` current line at middle
## Tabs ## Tabs
- `gt` go to next tab - `gt` go to next tab
@ -58,10 +52,14 @@
- `<ctrl-u>` half page up - `<ctrl-u>` half page up
- `<ctrl + y>` to move the screen up one line. - `<ctrl + y>` to move the screen up one line.
- `<ctrl + e>` to move the screen down 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. - `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. - `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. - `zb` to move the current line I'm on to the bottom of the screen.
- `[num]zz` to move indicated line to the center of the screen.
- `[num]zt` to move indicated line to the top of the screen.
- `[num]zb` to move indicated line to the bottom of the screen.
## Editing ## Editing

Loading…
Cancel
Save