use_autoclose
ignored when selecting text
#26363
velipso
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have
use_autoclose: false
in my config.However, when I select text, and hit open parenthesis, it still inserts a closing parenthesis.
Screen.Recording.2025-03-10.at.10.07.07.AM.mov
Instead, since
use_autoclose
is false, it should just replace "test" with "(", and not wrap it with parenthesis. I.e., if I hit "a" instead of "(", it would replace "test" with "a" -- the same behavior should happen with "(". I wish for it to completely ignore closing brackets, always, forever.Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions