mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
feat(picker.multi): multi now also merges keymaps
This commit is contained in:
parent
859af8a255
commit
8b2c78a3bf
2 changed files with 9 additions and 9 deletions
|
@ -566,15 +566,6 @@ M.smart = {
|
|||
frecency = true, -- use frecency boosting
|
||||
sort_empty = true, -- sort even when the filter is empty
|
||||
},
|
||||
win = {
|
||||
input = {
|
||||
keys = {
|
||||
["dd"] = "bufdelete",
|
||||
["<c-x>"] = { "bufdelete", mode = { "n", "i" } },
|
||||
},
|
||||
},
|
||||
list = { keys = { ["dd"] = "bufdelete" } },
|
||||
},
|
||||
transform = "unique_file",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue