feat(nvim): allow deletion of buffers in telescope buffers

This commit is contained in:
Price Hiller 2024-02-29 02:38:36 -06:00
parent a9ba58195c
commit b4afa3a2ed
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -100,7 +100,7 @@ return {
},
mappings = {
i = {
["<C-d>"] = actions.cycle_history_next,
["<C-d>"] = actions.cycle_history_next + actions.delete_buffer + actions.move_to_top,
["<C-s>"] = actions.cycle_history_prev,
["<C-q>"] = actions.smart_send_to_qflist,
},