jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
542 stars 99 forks source link

off hlsearch after closed rg output window #14

Closed ghost closed 6 years ago

ghost commented 6 years ago

Keeping hlsearch of rg maybe annoying when you out of rg output window.
please add feature to turn it off.

jremmen commented 6 years ago

For now your best bet would be to make a binding to clear highlights or do the manual /ASDF thing.