feat(nvim): telescope mapping to delete buffers

This commit is contained in:
Oliver Davies 2023-08-08 23:59:41 +01:00
parent 3b890d9ee5
commit 0c4b2d691d

View file

@ -44,6 +44,7 @@ telescope.setup {
mappings = {
i = {
["<C-d>"] = actions.delete_buffer,
["<C-h>"] = actions.which_key,
["<M-p>"] = action_layout.toggle_preview,
["<M-m>"] = action_layout.toggle_mirror,