Add keymap context to editor to signal that search items are highlighted #24624
kbrsh
started this conversation in
Feature Ideas / Enhancements
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.
-
Check for existing issues
Describe the feature
It would be nice to have a context in
Editor
that signifies that there is currently an active search / search results are being highlighted. This could allow key bindings from the editor that could clear the search if it exists, or do something else if not.For example, in vim, I bind
enter
to either clear search if it exists (:noh
), or move down a paragraph (}
).Here's an example configuration with the proposed new
search
context (name could be anything):If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions