All Projects → haya14busa → Is.vim

haya14busa / Is.vim

Licence: mit
incremental search improved - successor of incsearch.vim

Projects that are alternatives of or similar to Is.vim

Vim Fakeclip
Vim plugin: Provide pseudo "clipboard" registers
Stars: ✭ 154 (-26.32%)
Mutual labels:  vim-plugins
Exit Vim
Vim plugin that exits Vim on startup
Stars: ✭ 176 (-15.79%)
Mutual labels:  vim-plugins
Bullets.vim
🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
Stars: ✭ 199 (-4.78%)
Mutual labels:  vim-plugins
Vimux
easily interact with tmux from vim
Stars: ✭ 1,980 (+847.37%)
Mutual labels:  vim-plugins
Stackanswers.vim
Vim plugin to fetch and display answers from Stack Overflow
Stars: ✭ 165 (-21.05%)
Mutual labels:  vim-plugins
Vim Arduino
Vim plugin for compiling and uploading arduino sketches
Stars: ✭ 187 (-10.53%)
Mutual labels:  vim-plugins
Vim Tidal
Vim plugin for TidalCycles
Stars: ✭ 147 (-29.67%)
Mutual labels:  vim-plugins
Vim Anyfold
Language agnostic vim plugin for folding and motion based on indentation.
Stars: ✭ 208 (-0.48%)
Mutual labels:  vim-plugins
Vim Shortcut
💇 Discoverable & searchable shortcuts for (Neo)Vim
Stars: ✭ 170 (-18.66%)
Mutual labels:  vim-plugins
Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (-5.74%)
Mutual labels:  vim-plugins
Targets.vim
Vim plugin that provides additional text objects
Stars: ✭ 2,114 (+911.48%)
Mutual labels:  vim-plugins
Vim Dadbod Completion
Database autocompletion powered by https://github.com/tpope/vim-dadbod
Stars: ✭ 163 (-22.01%)
Mutual labels:  vim-plugins
Visual Split.vim
Vim plugin to control splits with visual selections or text objects
Stars: ✭ 190 (-9.09%)
Mutual labels:  vim-plugins
Vim Ruby
Vim/Ruby Configuration Files
Stars: ✭ 1,885 (+801.91%)
Mutual labels:  vim-plugins
Vim Go
Go development plugin for Vim
Stars: ✭ 14,085 (+6639.23%)
Mutual labels:  vim-plugins
Vim Gutentags
A Vim plugin that manages your tag files
Stars: ✭ 1,977 (+845.93%)
Mutual labels:  vim-plugins
Startuptime.vim
Breakdown Vim's --startuptime output
Stars: ✭ 180 (-13.88%)
Mutual labels:  vim-plugins
Vim Racket
vim bundle for Racket
Stars: ✭ 207 (-0.96%)
Mutual labels:  vim-plugins
Vim Vspec
Vim plugin: Testing framework for Vim script
Stars: ✭ 207 (-0.96%)
Mutual labels:  vim-plugins
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (-5.74%)
Mutual labels:  vim-plugins

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].