fix completion in cmdline
This commit is contained in:
parent
4d56f6f21c
commit
d5cb6213a1
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue