You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim-easymotion and vim-over, which provide the similar function and use vital's over module don't have the problem, or more like the mappings are ignored in those <Plug>(easymotion-sn) and OverCommandLine respectively, for good or bad.
set runtimepath+=~/.vim/bundle/incsearch.vim
map / <Plug>(incsearch-forward)
cnoremap <expr> <C-h> <SID>a()
cnoremap <expr> s <SID>a()
function! s:a()
endfunction
FYI, vim-smartinput and lexima.vim use this kind of mapping.
The text was updated successfully, but these errors were encountered:
vim-easymotion and vim-over, which provide the similar function and use vital's over module don't have the problem, or more like the mappings are ignored in those
<Plug>(easymotion-sn)
andOverCommandLine
respectively, for good or bad.FYI, vim-smartinput and lexima.vim use this kind of mapping.
The text was updated successfully, but these errors were encountered: