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
I've read a bit of https://neovim.io/doc/user/insert.html#i_CTRL-X and realized I was unlucky enough to outsmart myself by changing <C-x> keymap for clearing the line.
I appreciate if you try to run the non-remapped <C-x> in your code or show me any way to clear the line with <C-x> in insert mode without affecting completion.
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Is there any way to remap
<C-x>
to clear the line in insert mode without affecting the completion system?blink-remap.mp4
Relevant configuration
neovim
versionNVIM v0.11.0-dev-1742+g66b60fe62b
blink.cmp
versionv0.12.3 cc2f10e
The text was updated successfully, but these errors were encountered: