mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 05:11: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)
|
||||||
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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user