Replies: 2 comments
-
[keys.normal]
n = "@*%s<up><ret>" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to clarify, VS Code highlights all occurrences of the:
Highlighting without a cursor on each occurrence is discussed in #1733. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Can't figure out how to configure single keybinding in order to highlight all occurrences of current selection.
Even with naive approach like:
["yank_main_selection_to_clipboard", "select_all", and then what?]
I can see that it may be implement as custom command like
extend_search_all
Just for reference in different editors:
*
with:set hlsearch
enabled in vimCmd+Shift+L/Cmd+Ctrl+G
in vscodeBeta Was this translation helpful? Give feedback.
All reactions