feat(telescope): add buffer deletion binding

This commit is contained in:
2024-06-12 09:09:04 +02:00
parent fa6f9292e8
commit 8b762db642
+3
View File
@@ -36,6 +36,9 @@ return {
buffers = { buffers = {
initial_mode = "normal", initial_mode = "normal",
mappings = { mappings = {
n = {
["<C-d>"] = actions.delete_buffer + actions.move_to_top,
},
i = { i = {
["<C-d>"] = actions.delete_buffer + actions.move_to_top, ["<C-d>"] = actions.delete_buffer + actions.move_to_top,
}, },