Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 695 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 695 Bytes

vim-auto-nohlsearch

A plugin that automatically turns off hlsearch when you're finished searching a buffer.

demo.mp4

Installation

Using vim-plug:

Plug 'samjwill/vim-auto-nohlsearch'
use "samjwill/vim-auto-nohlsearch"

Settings

For options see the doc/ folder, or, after installation, run :help vim-auto-nohlsearch.

Limitations

This plugin hooks into the default keybindings for searches. If these have been remapped, the plugin may not behave as expected.