diff --git a/vim.md b/vim.md index ba786dcdc..585eb1076 100644 --- a/vim.md +++ b/vim.md @@ -78,6 +78,7 @@ Getting started | Shortcut | Description | | --- | --- | | `zz` | Center this line | +| `zt` | Top this line | | `H` | Move to top of screen | | `M` | Move to middle of screen | | `L` | Move to bottom of screen |