Replies: 1 comment 1 reply
-
You can turn this off, by remapping your There's a use-case for it's current behaviour as you can see in
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It makes sense to have
search_selection
(bound to*
by default) always leave select mode, since you generally want to search after that (by pressing n), and it's suprising/confusing when select mode is still on and pressing n causes multiple selections.You can add this keybind manually, but I think it should rather be the default:
I guess the same argument could be made for the commandssearch_next
,search_prev
,search
, and many other commands that tend to involve jumping around with the cursor.Beta Was this translation helpful? Give feedback.
All reactions