From 74bea0386271b38e0e96abc919a7c02171122bcc Mon Sep 17 00:00:00 2001 From: mahuntington Date: Wed, 27 Aug 2025 22:03:45 -0400 Subject: [PATCH] Update 'cheat_sheet.md' --- cheat_sheet.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.