Update nvim-tree & completion keybindings
This commit is contained in:
parent
82d6405ab7
commit
8f518dd716
2 changed files with 4 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ cmp.setup {
|
|||
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
['<C-d>'] = cmp.mapping.scroll_docs(-4),
|
||||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-u>'] = cmp.mapping.scroll_docs(4),
|
||||
['<C-Space>'] = cmp.mapping.complete(),
|
||||
['<C-e>'] = cmp.mapping.close(),
|
||||
['<CR>'] = cmp.mapping.confirm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue