[mini.pairs] Disable pairs for searching #1083
-
Hello! Could you please advice if there is a way to disable pairs for searching. For example, I search pattern |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Jul 25, 2024
Replies: 1 comment 1 reply
-
With default config it should not do that, as pairs are not created for Command mode. Here is what I can suggest here:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With default config it should not do that, as pairs are not created for Command mode.
Here is what I can suggest here:
<C-r>=
, etc. There is no more granular pair creation: they all can be simultaneously either present or not.<C-v>
prior to the character you don't want to lead to the whole pair. I personally use this.