Is.vim
incremental search improved - successor of incsearch.vim
Install / Use
/learn @haya14busa/Is.vimREADME
is.vim - incremental search improved
is.vim improves search feature. is.vim is successor of incsearch.vim.
'is' is abbreviation of 'incsearch'.
:sparkles: Feature :sparkles:
Automatically clear highlight (|:nohlsearch|) after cursor moved and some other autocmd event.

Incremental scroll to next match feature.

:electric_plug: Integration :electric_plug:
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)
:bird: Author :bird:
haya14busa (https://github.com/haya14busa)
:blue_book: Document :blue_book:
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
