Delete other buffers.
This commit is contained in:
parent
c3af31dab4
commit
72ff506c30
2 changed files with 9 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
require("which-key").add({
|
||||
{ "<leader>b", group = "buffer" },
|
||||
{ "<leader>bd", ":bd<CR>", name = "delete current" },
|
||||
{ "<leader>bd", Snacks.bufdelete.delete, name = "delete current" },
|
||||
{ "<leader>bo", Snacks.bufdelete.other, name = "delete others" },
|
||||
|
||||
{ "<leader>c", group = "code" },
|
||||
{ "<leader>ca", vim.lsp.buf.code_action, name = "code action" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue