A plugin that automatically turns off hlsearch
when you're finished searching
a buffer.
demo.mp4
Using vim-plug:
Plug 'samjwill/vim-auto-nohlsearch'
Using packer.nvim:
use "samjwill/vim-auto-nohlsearch"
For options see the doc/
folder, or, after installation, run
:help vim-auto-nohlsearch
.
This plugin hooks into the default keybindings for searches. If these have been remapped, the plugin may not behave as expected.