auto-hlsearch.nvim icon indicating copy to clipboard operation
auto-hlsearch.nvim copied to clipboard

Automatically manage hlsearch setting

Results 2 auto-hlsearch.nvim issues
Sort by recently updated
recently updated
newest added

In vanilla (n)vim, highlighting is restored after pressing e.g. "n" while in visual mode. It would make sense to me to map "n" and "N" in visual mode as well

enhancement

It would make sens to me to also use `g*` and `g#`, so `remap_keys = { "/", "?", "*", "#", "g*", "g#", "n", "N"}`

enhancement