Added `f` character jumps

Added the `f` and `F` character jump to Navigation.
This commit is contained in:
Justus Adam 2018-06-01 11:41:40 +02:00 committed by GitHub
parent a0f24f42d9
commit e62265f138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
vim.md
View File

@ -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 |