is.vim
is.vim copied to clipboard
incremental search improved - successor of incsearch.vim
I have set in my vimrc: ``let g:is#do_default_mappings = 0`` In order to avoid the conflict with ```` that I use for digraph. But when I do so I lose...
The plugin is handy indeed and works as expected. However I can't figure out how to overload the standard Vim substitution using one of the available `` functions. I am...
Are there any plans for fuzzy searching in is.vim?
First, thank you so much! I still use insearch.vim because of this function that uses easymotion to jump to a specific match: ```vim " fuzzy incsearch x easymotion function! s:config_easyfuzzymotion(...)...
It seems that with is.vim installed, `set foldopen=search` stops to function (a fold doesn't open automatically if a search result is inside that fold).
My understanding of the difference between `C-j`/`C-k` from this plugin and the built-in `C-g`/`C-t` is that the built-in ones advance the cursor from match to match, while the ones from...
I'm using is.vim together with anzu. Now, is.vim automatically calls :nohlsearch after some cursor movements. Just wondered whether there is an easy way to hook into that to also clear...
Should neovim users continue using incsearch.vim instead since neovim does not yet support `incsearch`?
that feature was very handy in incsearch and i was wondering if it could be added to this.