mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
feat(picker.buffers): delete buffers with dd
This commit is contained in:
parent
6141d396a8
commit
2ab18a0b9f
2 changed files with 16 additions and 0 deletions
|
@ -25,6 +25,10 @@ M.buffers = {
|
|||
unloaded = true,
|
||||
current = true,
|
||||
sort_lastused = true,
|
||||
win = {
|
||||
input = { keys = { ["dd"] = "bufdelete" } },
|
||||
list = { keys = { ["dd"] = "bufdelete" } },
|
||||
},
|
||||
}
|
||||
|
||||
M.cliphist = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue