Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/airblade/vim-current-search-match

Highlights the current search match.
https://github.com/airblade/vim-current-search-match

highlight vim-plugin vim-search

Last synced: about 1 month ago
JSON representation

Highlights the current search match.

Awesome Lists containing this project

README

        

# current_search_match.vim

Update: Vim [8.2.4724](https://github.com/vim/vim/commit/a43993897aa372159f682df37562f159994dc85c) finally added this feature.

Highlights the current search match.

Uses the `PmenuSel` highlight group by default. To use a different highlight:

1. Type `:hi` and find one you like, e.g. `Visual`.
2. Put `let g:current_search_match = 'Visual'` in your vimrc/init.vim.

## Installation

Install using your favourite package manager, or use Vim's built-in package
support:

mkdir -p ~/.vim/pack/airblade/start
cd ~/.vim/pack/airblade/start
git clone https://github.com/airblade/vim-current-search-match.git
vim -u NONE -c "helptags vim-current-search-match/doc" -c q

## Intellectual Property

Copyright 2021 Andrew Stewart. Released under the MIT licence.