Add window navigation commands

This commit is contained in:
Jannis 2018-01-05 11:07:23 +01:00 committed by GitHub
parent c0a545a817
commit 0ca267e8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

11
vim.md
View File

@ -58,6 +58,15 @@ Getting started
| `nG` | Go to line `n` |
{: .-shortcuts}
#### Window
| `zz` | Center this line |
| `H` | Move to top of screen |
| `M` | Move to middle of screen |
| `L` | Move to bottom of screen |
{: .-shortcuts}
### Editing
| Shortcut | Description |
@ -311,8 +320,6 @@ Do these in visual or normal mode.
| --- | --- |
| `.` | repeat last command |
| `]p` | paste under the current indentation level |
| --- | --- |
| `zz` | Center this line |
{: .-shortcuts}
### Command line