feat(picker.multi): multi now also merges keymaps

This commit is contained in:
Folke Lemaitre 2025-01-23 00:27:04 +01:00
parent 859af8a255
commit 8b2c78a3bf
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 9 additions and 9 deletions

View file

@ -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",
}