From bc513c5dc9977701d6381a12d5ce1932294cc1f6 Mon Sep 17 00:00:00 2001 From: mahuntington Date: Wed, 27 Aug 2025 22:02:16 -0400 Subject: [PATCH] Update 'cheat_sheet.md' --- cheat_sheet.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cheat_sheet.md b/cheat_sheet.md index 2a840d7..c9e3192 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -17,12 +17,6 @@ - `:bn` next buffer - `:[num]bd` unload buffer `[num]` -## Scrolling - -- `zt` current line at top -- `zb` current line at bottom -- `zz` current line at middle - ## Tabs - `gt` go to next tab @@ -58,10 +52,14 @@ - `` half page up - `` to move the screen up one line. - `` 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. +- `[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