Added 2 movement shortcuts (#1903)

* Added 2 movement shortcuts

In the Document section, "Move down/up by n lines"

* Update vim.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
Andrei Curelaru 2023-01-04 10:45:26 +01:00 committed by GitHub
parent c8aa8f2aac
commit 9cc370f984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

6
vim.md
View File

@ -70,8 +70,10 @@ Getting started
| --- | --- |
| `gg` | First line |
| `G` | Last line |
| `:n` | Go to line `n` |
| `nG` | Go to line `n` |
| `:{number}` | Go to line `{number}` |
| `{number}G` | Go to line `{number}` |
| `{number}j` | Go down `{number}` lines |
| `{number}k` | Go up `{number}` lines |
{: .-shortcuts}
#### Window