Skip to content

Allow Super-tab to accept and cycle through suggestions #576

Closed Answered by naowalrahman
marovira asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks! For anyone else looking at this, this is the configuration I have:

return {
    "saghen/blink.cmp",
    opts = function(_, opts)
        opts.completion = { list = { selection = "auto_insert" } }
        opts.keymap = {
            preset = "enter",
            ["<Tab>"] = { "select_next", "fallback" },
            ["<S-Tab>"] = { "select_prev", "fallback" },
        }
    end,
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@marovira
Comment options

@naowalrahman
Comment options

Answer selected by marovira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature New feature or request
2 participants
Converted from issue

This discussion was converted from issue #572 on December 15, 2024 19:23.