Fix up some tables
This commit is contained in:
parent
0ca267e8e0
commit
f1d1abd59d
28
vim.md
28
vim.md
|
@ -45,25 +45,31 @@ Getting started
|
||||||
|
|
||||||
#### Line
|
#### Line
|
||||||
|
|
||||||
| `0` _(zero)_ | Start of line |
|
| Shortcut | Description |
|
||||||
| `^` | Start of line _(after whitespace)_ |
|
| --- | --- |
|
||||||
| `$` | End of line |
|
| `0` _(zero)_ | Start of line |
|
||||||
|
| `^` | Start of line _(after whitespace)_ |
|
||||||
|
| `$` | End of line |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
#### Document
|
#### Document
|
||||||
|
|
||||||
| `gg` | First line |
|
| Shortcut | Description |
|
||||||
| `G` | Last line |
|
| --- | --- |
|
||||||
| `:n` | Go to line `n` |
|
| `gg` | First line |
|
||||||
| `nG` | Go to line `n` |
|
| `G` | Last line |
|
||||||
|
| `:n` | Go to line `n` |
|
||||||
|
| `nG` | Go to line `n` |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
#### Window
|
#### Window
|
||||||
|
|
||||||
| `zz` | Center this line |
|
| Shortcut | Description |
|
||||||
| `H` | Move to top of screen |
|
| --- | --- |
|
||||||
| `M` | Move to middle of screen |
|
| `zz` | Center this line |
|
||||||
| `L` | Move to bottom of screen |
|
| `H` | Move to top of screen |
|
||||||
|
| `M` | Move to middle of screen |
|
||||||
|
| `L` | Move to bottom of screen |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue