fix completion in cmdline
This commit is contained in:
parent
42d0945517
commit
939e6c2b35
1 changed files with 7 additions and 1 deletions
|
@ -120,7 +120,13 @@ return {
|
|||
}
|
||||
},
|
||||
cmdline = {
|
||||
keymap = { preset = 'inherit', ['<cr>'] = { 'accept_and_enter', 'fallback' } },
|
||||
keymap = {
|
||||
preset = 'none',
|
||||
['<cr>'] = { 'accept_and_enter', 'fallback' },
|
||||
['Tab'] = { 'select_next'},
|
||||
['<S-Tab>'] = { 'select_prev'},
|
||||
['<C-n>'] = { 'hide', 'show'},
|
||||
},
|
||||
completion = {
|
||||
menu = {
|
||||
auto_show = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue