We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c5b1e commit e39a8bcCopy full SHA for e39a8bc
init.lua
@@ -624,7 +624,7 @@ cmp.setup {
624
mapping = cmp.mapping.preset.insert {
625
['<C-n>'] = cmp.mapping.select_next_item(),
626
['<C-p>'] = cmp.mapping.select_prev_item(),
627
- ['<C-d>'] = cmp.mapping.scroll_docs(-4),
+ ['<C-b>'] = cmp.mapping.scroll_docs(-4),
628
['<C-f>'] = cmp.mapping.scroll_docs(4),
629
['<C-Space>'] = cmp.mapping.complete {},
630
['<CR>'] = cmp.mapping.confirm {
0 commit comments