Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyDev24 committed Dec 3, 2024
1 parent 51f57d8 commit b5ddaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ You can change the following settings to modify vim mode's behavior:
| use_smartcase_find | If `true`, `f` and `t` motions are case-insensitive when the target letter is lowercase. | false |
| toggle_relative_line_numbers | If `true`, line numbers are relative in normal mode and absolute in insert mode, giving you the best of both options. | false |
| custom_digraphs | An object that allows you to add custom digraphs. Read below for an example. | {} |
| highlight_on_copy_duration | The duration of the highlight animation(in ms). Set to `0` to disable | 200 |
| highlight_on_yank_duration | The duration of the highlight animation(in ms). Set to `0` to disable | 200 |

Here's an example of adding a digraph for the zombie emoji. This allows you to type `ctrl-k f z` to insert a zombie emoji. You can add as many digraphs as you like.

Expand Down

0 comments on commit b5ddaf1

Please sign in to comment.