-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Make sure you have done the following
- Updated to the latest version of
blink.cmp
- Searched for existing issues and documentation (try
<C-k>
on https://cmp.saghen.dev)
Bug Description
I map: vim.keymap.set('i', '<C-i>', '<Esc>A')
In blink.cmp:
keymap = {
preset = 'none',
['<Tab>'] = { 'snippet_forward', 'fallback' },
},
In i
mode, <Tab>
behavior is <Esc>A
Relevant configuration
neovim
version
NVIM v0.11.1
blink.cmp
version
main, cb5e346
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working