[mini.surround] Visual mode keymaps do not follow timeoutlen
#2271
-
Contributing guidelines
Module(s)mini.surround QuestionIn visual mode, surround keymaps have delays that cannot, at least as documented, be set to be longer. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Could you please elaborate on what you mean by "keymaps do not follow And please share the full config of 'mini.surround', just in case. |
Beta Was this translation helpful? Give feedback.
-
|
When in visual mode, and is selecting a word for example, pressing My mini.surround was set up as such. require("mini.surround").setup({
search_method = "cover_or_nearest",
n_lines = 20,
})
|
Beta Was this translation helpful? Give feedback.
-
|
On the latest |
Beta Was this translation helpful? Give feedback.
On the latest
maininstead of "(mini.surround) Enter output surrounding identifier (single character)" there is now a more to-the-point "(mini.surround) Reminder to press output surrounding id". Not only for 'mini.surround', but also for other modules with the same "show reminder after one idle second when waiting for the user input". Hopefully, this will make things clearer.