Skip to content

Commit 544f947

Browse files
committed
feat: docs
1 parent 1da1146 commit 544f947

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/vim.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ You can change the following settings to modify vim mode's behavior:
409409
| use_smartcase_find | If `true`, `f` and `t` motions are case-insensitive when the target letter is lowercase. | false |
410410
| 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 |
411411
| custom_digraphs | An object that allows you to add custom digraphs. Read below for an example. | {} |
412-
| highlight_on_copy_duration | The duration of the higlight animation. Set to `0` to disable | 200 |
412+
| highlight_on_copy_duration | The duration of the higlight animation(in ms). Set to `0` to disable | 200 |
413413

414414
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.
415415

@@ -432,6 +432,7 @@ Here's an example of these settings changed:
432432
"use_multiline_find": true,
433433
"use_smartcase_find": true,
434434
"toggle_relative_line_numbers": true,
435+
"highlight_on_copy_duration": 50,
435436
"custom_digraphs": {
436437
"fz": "🧟‍♀️"
437438
}

0 commit comments

Comments
 (0)