Skip to content
Discussion options

You must be logged in to vote
cmdline = {
  keymap = {
    ['<Tab>'] = { 'show_and_insert', 'select_next' }
    -- or to match neovim cmdline behavior better
    ['<Tab>'] = { 'show_and_insert_or_accept_single', 'select_next' }
  }
}

By default, the cmdline.keymap.preset = 'cmdline' includes this keymap, and that preset is used by default.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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