unable to set <c-e> to select previous item
Closed this issue · 1 comments
s1n7ax commented
Make sure you have done the following
- I have updated to the latest version of
blink.cmp
- I have read the README
Bug Description
Following keymap does not work. I use <c-n>
and <c-e>
for next and prev keys. I've been using this with nvim-cmp from the beginning but seems it's broken in blink.
['<c-e>'] = { 'select_prev', 'fallback' }
Relevant configuration
keymap = {
preset = 'enter',
['<c-e>'] = { 'select_prev', 'fallback' }
}
neovim version
NVIM v0.11.0-dev
blink.cmp
version: branch, tag, or commit
v0.7.6