diff --git a/vim.md b/vim.md index ca2c15ad6..6f1cae0a6 100644 --- a/vim.md +++ b/vim.md @@ -52,6 +52,12 @@ Getting started | `$` | End of line | {: .-shortcuts} +#### Character + +| `fc` | Go forward to character `c` | +| `Fc` | Go backward to character `c` | +{: .-shortcuts} + #### Document | Shortcut | Description |