samjwill / vim-auto-nohlsearch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Vim Script 100.0%