diff options
| author | jdhao <jdhao@hotmail.com> | 2022-04-10 13:23:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-04-10 13:23:18 +0800 |
| commit | 3c5d7bf0e5e976d64d908794ef64a9b10653da14 (patch) | |
| tree | 229aa76daf6861dc5b984bf5a9ef88d04941b08c /core/plugins.vim | |
| parent | 3134f088cd2ad870474b0d68c7242b4473aab7f9 (diff) | |
update wilder.nvim conf
Diffstat (limited to 'core/plugins.vim')
| -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', [ |
