Skip to content

<Tab> keymap fallback behavior sync with <C-i> #1704

@b1nhack

Description

@b1nhack

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions