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