Merge pull request #1034 from broven/patch-1

add vim zt
This commit is contained in:
Rico Sta. Cruz 2019-12-18 13:43:32 +11:00 committed by GitHub
commit 13d7dd9e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
vim.md
View File

@ -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 |