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