Merge pull request #552 from JustusAdam/patch-1

Added `f` character jumps
This commit is contained in:
Rico Sta. Cruz 2018-07-04 20:33:49 +08:00 committed by GitHub
commit 77fce042aa
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 |