key mapping for closing buffers in telescope

pull/1398/head
joe-sinopoli 8 months ago
parent 827ea7ceec
commit 327e855735

@ -383,11 +383,18 @@ require('lazy').setup({
-- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()`
--
-- defaults = {
-- mappings = {
defaults = {
mappings = {
n = {
['<c-d>'] = require('telescope.actions').delete_buffer,
},
i = {
['<C-h>'] = 'which_key',
['<c-d>'] = require('telescope.actions').delete_buffer,
},
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
},
},
-- pickers = {}
extensions = {
['ui-select'] = {

Loading…
Cancel
Save