feat(nvim): telescope mapping to delete buffers
This commit is contained in:
parent
8863b8765c
commit
61e4faa944
|
@ -44,6 +44,7 @@ telescope.setup {
|
||||||
|
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
|
["<C-d>"] = actions.delete_buffer,
|
||||||
["<C-h>"] = actions.which_key,
|
["<C-h>"] = actions.which_key,
|
||||||
["<M-p>"] = action_layout.toggle_preview,
|
["<M-p>"] = action_layout.toggle_preview,
|
||||||
["<M-m>"] = action_layout.toggle_mirror,
|
["<M-m>"] = action_layout.toggle_mirror,
|
||||||
|
|
Reference in a new issue