mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
fix(picker): remove unused keymaps for mouse scrolling
This commit is contained in:
parent
1b63b1811c
commit
33df54dae7
1 changed files with 0 additions and 2 deletions
|
@ -306,8 +306,6 @@ local defaults = {
|
|||
["<Esc>"] = "cancel",
|
||||
["q"] = "close",
|
||||
["i"] = "focus_input",
|
||||
["<ScrollWheelDown>"] = "list_scroll_wheel_down",
|
||||
["<ScrollWheelUp>"] = "list_scroll_wheel_up",
|
||||
["<a-w>"] = "cycle_win",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue