Skip to content
Discussion options

You must be logged in to vote

The example configs are using blink.cmp with the default keybind preset (which are designed to match up with the default keys for the builtin nvim completion)

keymap = { preset = 'default' },

You should view :h blink-cmp-config-keymap

The default preset for blink keybinds is

    ['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
    ['<C-e>'] = { 'hide' },
    ['<C-y>'] = { 'select_and_accept' },
    
    ['<Up>'] = { 'select_prev', 'fallback' },
    ['<Down>'] 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BirdeeHub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants