Skip to content

haya14busa/is.vim

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 

is.vim - incremental search improved

Build Status

is.vim improves search feature. is.vim is successor of incsearch.vim.

'is' is abbreviation of 'incsearch'.

✨ Feature ✨

Automatically clear highlight (|:nohlsearch|) after cursor moved and some other autocmd event.

is-auto-nohlsearch

Incremental scroll to next match feature.

is-scroll

πŸ”Œ Integration πŸ”Œ

is.vim can integrate with other search enhancment plugins.

Integration of vim-anzu

https://github.com/osyo-manga/vim-anzu display search position like (2/10) for n/N commands.

map n <Plug>(is-nohl)<Plug>(anzu-n-with-echo)
map N <Plug>(is-nohl)<Plug>(anzu-N-with-echo)

Integration of vim-asterisk

https://github.com/haya14busa/vim-asterisk provides improved * motions.

  • star (*) without cursor move
  • visual star feature (search selected text)
  • etc..
map *  <Plug>(asterisk-z*)<Plug>(is-nohl-1)
map g* <Plug>(asterisk-gz*)<Plug>(is-nohl-1)
map #  <Plug>(asterisk-z#)<Plug>(is-nohl-1)
map g# <Plug>(asterisk-gz#)<Plug>(is-nohl-1)

🐦 Author 🐦

haya14busa (https://github.com/haya14busa)

πŸ“˜ Document πŸ“˜

:h is.vim

About

incremental search improved - successor of incsearch.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published