Open hungrybirder opened 4 years ago
Wasted So much time, trying to find out which plugin amongst 400 was causing this issue. Thank you godly for this comment!
I've disabled all plugins and removed all settings except for the '/' mapping. It looks like neovim with incsearch alone causes this problem for me.
Same here — this took quite a bit of time to track down. This appears to happen with just Neovim + incsearch.vim and terminal bracketed pasting (the default for iTerm2). It looks like disabling either map / <Plug>(incsearch-forward)
or performing a non-bracketed paste (iTerm2 Advanced Paste [⌥⌘V] > disable Bracketed Paste Mode) leaves things working correctly.
HI, I got a problem.
Command + v
dosen't work well with incsearch. In normal mode , I type/
and then typeCommand + v
. It doesn't paste content to the nvim command line, instead paste the content into the buffer...echo "\" => " =>
<80><fc><80>v
echo "\^V
If there are something wrong in my init.vim, please let me know. Thank you.