Remove C-c mapping
This commit is contained in:
@@ -85,10 +85,6 @@ return function()
|
||||
['<Up>'] = mapping(mapping.select_prev_item({ behavior = types.cmp.SelectBehavior.Select }), { 'i' }),
|
||||
['<C-n>'] = mapping(mapping.select_next_item({ behavior = types.cmp.SelectBehavior.Insert }), { 'i' }),
|
||||
['<C-p>'] = mapping(mapping.select_prev_item({ behavior = types.cmp.SelectBehavior.Insert }), { 'i' }),
|
||||
['<C-c>'] = function(fallback)
|
||||
require('cmp').close()
|
||||
fallback()
|
||||
end,
|
||||
},
|
||||
|
||||
formatting = {
|
||||
|
||||
Reference in New Issue
Block a user