|
|
|
@ -46,17 +46,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
### Screen
|
|
|
|
### Screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Paging
|
|
|
|
|
|
|
|
|
|
|
|
- `<ctrl-f>` page down
|
|
|
|
- `<ctrl-f>` page down
|
|
|
|
- `<ctrl-b>` page up
|
|
|
|
- `<ctrl-b>` page up
|
|
|
|
- `<ctrl-d>` half page down
|
|
|
|
- `<ctrl-d>` half page down
|
|
|
|
- `<ctrl-u>` half page up
|
|
|
|
- `<ctrl-u>` half page up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Scrolling
|
|
|
|
|
|
|
|
|
|
|
|
- `<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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Adjusting Current Line Placement
|
|
|
|
|
|
|
|
|
|
|
|
- `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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Move Screen to Specified Line Number
|
|
|
|
|
|
|
|
|
|
|
|
- `[num]zz` to move indicated line to the center 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]zt` to move indicated line to the top of the screen.
|
|
|
|
- `[num]zb` to move indicated line to the bottom of the screen.
|
|
|
|
- `[num]zb` to move indicated line to the bottom of the screen.
|
|
|
|
|