feat(nvim): telescope mapping to delete buffers
This commit is contained in:
parent
3b890d9ee5
commit
0c4b2d691d
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue