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:
parent
c8aa8f2aac
commit
9cc370f984
14
vim.md
14
vim.md
|
@ -66,12 +66,14 @@ Getting started
|
||||||
|
|
||||||
#### Document
|
#### Document
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `gg` | First line |
|
| `gg` | First line |
|
||||||
| `G` | Last line |
|
| `G` | Last line |
|
||||||
| `:n` | Go to line `n` |
|
| `:{number}` | Go to line `{number}` |
|
||||||
| `nG` | Go to line `n` |
|
| `{number}G` | Go to line `{number}` |
|
||||||
|
| `{number}j` | Go down `{number}` lines |
|
||||||
|
| `{number}k` | Go up `{number}` lines |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
#### Window
|
#### Window
|
||||||
|
|
Loading…
Reference in New Issue