From dfce59b09fb2883a959fab1c68def54579dd1a2a Mon Sep 17 00:00:00 2001 From: metaJS Date: Sat, 9 Mar 2019 15:33:31 +0800 Subject: [PATCH] update: vim zt --- vim.md | 1 + 1 file changed, 1 insertion(+) 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 |