[mini.ai] Be careful blink.cmp can override insert mode keymaps #2289
Replies: 1 comment
-
|
Sorry for the fuss. I can't reproduce it in a clean setup. Can be solved this by changing the key or disabling the require("blink.cmp").setup({
keymap = {
["<C-e>"] = false,
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Contributing guidelines
Module(s)
mini.ai
Question
I managed to create an insert mode keymap to delete the current subword like this:
Using
<C-o>or setting therhsas a string does not work. To be honest, I don't know what the problem is and I haven't tried to find it.Is this a known issue?
Maybe it would be a good idea to document this behavior if it isn't already documented.Beta Was this translation helpful? Give feedback.
All reactions