mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
no diff
This commit is contained in:
parent
691c2b87c2
commit
b5cc72bec6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ return {
|
|||
opts = {
|
||||
keymap = {
|
||||
preset = 'none',
|
||||
['<C-p>'] = { 'select_prev', 'fallback' },
|
||||
['<C-n>'] = { 'select_next', 'fallback' },
|
||||
['<C-p>'] = { 'select_prev', 'fallback_to_mappings' },
|
||||
['<C-n>'] = { 'select_next', 'fallback_to_mappings' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue