You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This discussion was converted from issue #13003 on March 03, 2025 19:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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