fix completion in cmdline

This commit is contained in:
xesc 2025-07-08 19:16:06 +02:00
parent 4d56f6f21c
commit d5cb6213a1

View file

@ -124,7 +124,8 @@ return {
preset = 'none',
['<cr>'] = { 'accept_and_enter', 'fallback' },
['Tab'] = { 'select_next'},
['<S-Tab>'] = { 'select_prev'},
['<Tab>'] = { 'show_and_insert', 'select_next' },
['<S-Tab>'] = { 'show_and_insert', 'select_prev' },
['<C-n>'] = { 'hide', 'show'},
},
completion = {