nvim: after/plugin/wilder: Update configuration
- Do not enable the popup menu automatically - Use arrow keys to navigate - Enable for cmdline
This commit is contained in:
parent
307ae9eb7f
commit
53446a15a1
1 changed files with 11 additions and 10 deletions
|
@ -1,9 +1,10 @@
|
|||
call wilder#setup({
|
||||
\ 'modes': ['/', '?'],
|
||||
\ 'next_key': '<Tab>',
|
||||
\ 'previous_key': '<S-Tab>',
|
||||
\ 'accept_key': '<Down>',
|
||||
\ 'reject_key': '<Up>',
|
||||
\ 'modes' : ['/', '?', ':'],
|
||||
\ 'next_key' : '<Down>',
|
||||
\ 'previous_key' : '<Up>',
|
||||
\ 'accept_key' : '<Right>',
|
||||
\ 'reject_key' : '<Left>',
|
||||
\ 'enable_cmdline_enter' : 0,
|
||||
\ })
|
||||
|
||||
call wilder#set_option('pipeline', [
|
||||
|
|
Loading…
Reference in a new issue