JaredVogt / vimrc

CONFIG: my vimrc
0 stars 0 forks source link

incsearch.vim - how to make it work #51

Open JaredVogt opened 7 years ago

JaredVogt commented 7 years ago

This would be really cool - but I think it conflicts with the settings in the commandline section.

Plug 'haya14busa/incsearch.vim'

" mappings for incsearch.vim
map /  <Plug>(incsearch-forward)
map ?  <Plug>(incsearch-backward)
map g/ <Plug>(incsearch-stay)