[mini.cursorword] highlight matching words in all visible buffer? #2017
-
Contributing guidelines
Module(s)mini.cursorword Questioncan it highlight matching words across all visible buffers rather than only the current buffer? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Sep 19, 2025
Replies: 1 comment
-
I am afraid the answer is "No". Mostly because it will require more complexity from highlighting logic and because I occasionally find it useful to have word highlighting in a split window be "frozen" (i.e. not update as cursor moves in current window) for easier reference. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am afraid the answer is "No". Mostly because it will require more complexity from highlighting logic and because I occasionally find it useful to have word highlighting in a split window be "frozen" (i.e. not update as cursor moves in current window) for easier reference.