Added `f` character jumps
Added the `f` and `F` character jump to Navigation.
This commit is contained in:
parent
a0f24f42d9
commit
e62265f138
6
vim.md
6
vim.md
|
@ -52,6 +52,12 @@ Getting started
|
||||||
| `$` | End of line |
|
| `$` | End of line |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
|
#### Character
|
||||||
|
|
||||||
|
| `fc` | Go forward to character `c` |
|
||||||
|
| `Fc` | Go backward to character `c` |
|
||||||
|
{: .-shortcuts}
|
||||||
|
|
||||||
#### Document
|
#### Document
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
|
|
Loading…
Reference in New Issue