https://github.com/samjwill/vim-auto-nohlsearch
A plugin that automatically turns off hlsearch when you're finished searching a buffer.
https://github.com/samjwill/vim-auto-nohlsearch
Last synced: 8 months ago
JSON representation
A plugin that automatically turns off hlsearch when you're finished searching a buffer.
- Host: GitHub
- URL: https://github.com/samjwill/vim-auto-nohlsearch
- Owner: samjwill
- License: mit
- Created: 2022-10-23T21:55:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T08:11:39.000Z (over 2 years ago)
- Last Synced: 2024-08-07T18:45:46.734Z (11 months ago)
- Language: Vim Script
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-auto-nohlsearch
A plugin that automatically turns off `hlsearch` when you're finished searching
a buffer.https://user-images.githubusercontent.com/25990267/197445875-31cdc852-f718-4092-bb9a-7e7c1b9cb475.mp4
# Installation
#### Using [vim-plug](https://github.com/junegunn/vim-plug):
Plug 'samjwill/vim-auto-nohlsearch'
#### Using [packer.nvim](https://github.com/wbthomason/packer.nvim):
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.