Skip to content

How to Tab to cycle through suggestions? #565

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

You must be logged in to vote

I got it the way I wanted:

    opts = {
      keymap = {
        preset = "enter",
        ["<Tab>"] = { "select_next", "snippet_forward", "fallback" },
        ["<S-Tab>"] = { "select_prev", "snippet_forwad", "fallback" },
      },

Replies: 1 comment

Comment options

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