diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 34d162b..aaa39b9 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -388,6 +388,10 @@ function! s:wilder_init() abort try call wilder#setup({ \ 'modes': [':', '/', '?'], + \ 'next_key': '<Tab>', + \ 'previous_key': '<S-Tab>', + \ 'accept_key': '<C-y>', + \ 'reject_key': '<C-e>' \ }) call wilder#set_option('pipeline', [ |
