### Make sure you have done the following - [x] Updated to the latest version of `blink.cmp` - [x] 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: ```lua keymap = { preset = 'none', ['<Tab>'] = { 'snippet_forward', 'fallback' }, }, ``` In `i` mode, `<Tab>` behavior is `<Esc>A` ### Relevant configuration ```lua ``` ### `neovim` version NVIM v0.11.1 ### `blink.cmp` version main, cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e