diff --git a/cheat_sheet.md b/cheat_sheet.md index c9e3192..7d66b4d 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -46,17 +46,26 @@ ### Screen +#### Paging + - `` page down - `` page up - `` half page down - `` half page up + +#### Scrolling + - `` to move the screen up one line. - `` 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. - `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. +#### Move Screen to Specified Line Number + - `[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.