Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin breaks key mapping #64

Open
fvisin opened this issue Mar 23, 2023 · 1 comment
Open

Plugin breaks key mapping #64

fvisin opened this issue Mar 23, 2023 · 1 comment

Comments

@fvisin
Copy link

fvisin commented Mar 23, 2023

cmp-buffer breaks this mapping:

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

Specifically, pressing "" 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!

@tribela
Copy link

tribela commented Apr 21, 2023

cmp-cmdline also causes problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants