-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
It would be great if I could distinguish the current search match from the rest.
For example in Vim and TMUX is it possible to configure highlight the current match and non-current matches differently. Chrome and Firefox can do that out of the box.
In Vim:
Search Last search pattern highlighting (see 'hlsearch')
CurSearch Current match for the last search pattern (see 'hlsearch').
In TMUX:
copy-mode-match-style style Set the style of search matches in copy mode.
copy-mode-current-match-style style Set the style of the current search match in copy mode.
How it looks in Vim:
2025-01-25_19-24-50.mp4
serban