You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/vim.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,7 @@ You can change the following settings to modify vim mode's behavior:
409
409
| use_smartcase_find | If `true`, `f` and `t` motions are case-insensitive when the target letter is lowercase. | false |
410
410
| 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 |
411
411
| 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 |
413
413
414
414
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.
415
415
@@ -432,6 +432,7 @@ Here's an example of these settings changed:
0 commit comments