AutoYADM commit: 2025-06-26 14:44:47

This commit is contained in:
Daniel Fichtinger 2025-06-26 14:44:47 -04:00
parent 2dd6e745af
commit 5591115248
3 changed files with 16 additions and 7 deletions

View file

@ -155,7 +155,10 @@ hook global WinCreate .* %{
# and it makes it easy to see trailing spaces
add-highlighter window/show-whitespaces show-whitespaces -only-trailing
add-highlighter window/show-matching show-matching
# TODO: update plugin so it auto clears if escaped out of search,
# but if search is accepted then auto clear on <esc> in normal mode?
require-module search-highlight
set window search_highlight_face %exp{%opt{orange_golden}+u}
search-highlight-enable
}