mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 12:51:45 +00:00
bugfix: use <C-S-d> to delete stash items to avoid remapping scroll
This commit is contained in:
parent
db9168e2d1
commit
29aabb6546
@ -214,7 +214,7 @@ return {
|
||||
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 selection = picker:get_multi_selection()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user