From 89585c053e270449c7e73ccf28c500a65cb6cb68 Mon Sep 17 00:00:00 2001 From: mahuntington Date: Wed, 27 Aug 2025 21:55:33 -0400 Subject: [PATCH] Update 'cheat_sheet.md' --- cheat_sheet.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cheat_sheet.md b/cheat_sheet.md index 66caee9..2a840d7 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -17,6 +17,12 @@ - `: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