bugfix: use <C-S-d> to delete stash items to avoid remapping scroll

This commit is contained in:
Baipyrus 2024-11-26 09:55:26 +01:00
parent db9168e2d1
commit 29aabb6546

View File

@ -214,7 +214,7 @@ return {
end) end)
end end
map({ 'n', 'i' }, '<C-d>', function(prompt_bufnr) map({ 'n', 'i' }, '<C-S-d>', function(prompt_bufnr)
local picker = action_state.get_current_picker(prompt_bufnr) local picker = action_state.get_current_picker(prompt_bufnr)
local selection = picker:get_multi_selection() local selection = picker:get_multi_selection()