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
HI, I got a problem. Command + v dosen't work well with incsearch.
In normal mode , I type / and then type Command + v. It doesn't paste content to the nvim command line, instead paste the content into the buffer...
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 "<D-v>" =>
<80><fc><80>v
echo "<C-v>" =>
^V
If there are something wrong in my init.vim, please let me know.
Thank you.
The text was updated successfully, but these errors were encountered: