coc.nvim
coc.nvim copied to clipboard
coc.nvim takes up two shortcut keys that I prefer to use.
Result from CocInfo
vim version: NVIM v0.9.5 node version: v18.19.0 coc.nvim version: 0.0.82-2c7e7156
Describe the bug
I like to use <C-Y> to copy lines and <C-P> to paste text, however coc.nvim takes them and I didn't find a way in :help coc-config
to not let coc.nvim use them. Now I can only delete coc.nvim to bind them, and then register my own shortcut keys.
Reproduce the bug
verbose imap <C-Y>
verbose imap <C-P>
I think <C-y> and <C-p> are commonly used shortcut keys. Can you please keep them occupied?
coc.nvim binds <C-y> and <C-p> as 'coc#pum#confirm()', I think it is more appropriate to bind this function to <CR>.