feat(telescope): add buffer deletion binding
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user