cmp-buffer icon indicating copy to clipboard operation
cmp-buffer copied to clipboard

Plugin breaks key mapping

Open fvisin opened this issue 2 years ago • 1 comments

cmp-buffer breaks this mapping:

:nnoremap <Space> i_<Esc>r|                     " Insert single char in normal mode with space + char

Specifically, pressing "<Space><Space>" results in "__" being inserted instead of a single space " ".

I am not sure why this happens, but it looks like the same issue happens if I load any of these:

cmp-nvim-lsp cmp-path

Happy to help testing ideas if that's useful!

fvisin avatar Mar 23 '23 12:03 fvisin

cmp-cmdline also causes problem

tribela avatar Apr 21 '23 16:04 tribela