diff --git a/cheat_sheet.md b/cheat_sheet.md index 280959e..25e07bc 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -34,13 +34,23 @@ ## Navigation +### Cursor + +- `H` move to top of screen +- `M` move to middle of screen +- `L` move to bottom of screen + +### Screen + - `` page down - `` page up - `` half page down - `` half page up -- `H` move to top of screen -- `M` move to middle of screen -- `L` move to bottom of screen +- `` 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. ## Editing