Add up and down global bindings for menu::SelectNext
and menu::SelectPrevious
(cherry-pick #32981) (#33388)
Cherry-picked Add up and down global bindings for `menu::SelectNext` and `menu::SelectPrevious` (#32981) Closes https://github.com/zed-industries/zed/discussions/32587 Release Notes: - Fixed Linux keybindings not having up/down keys bound for menu navigation Co-authored-by: Kirill Bulatov <kirill@zed.dev>
This commit is contained in:
parent
d63d49f84e
commit
81212b62fb
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@
|
|||
"pagedown": "menu::SelectLast",
|
||||
"ctrl-n": "menu::SelectNext",
|
||||
"tab": "menu::SelectNext",
|
||||
"down": "menu::SelectNext",
|
||||
"ctrl-p": "menu::SelectPrevious",
|
||||
"shift-tab": "menu::SelectPrevious",
|
||||
"up": "menu::SelectPrevious",
|
||||
"enter": "menu::Confirm",
|
||||
"ctrl-enter": "menu::SecondaryConfirm",
|
||||
"ctrl-escape": "menu::Cancel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue