emacs: Fix ctrl-p/ctrl-n navigating popover menus (#33218)
Closes https://github.com/zed-industries/zed/issues/33200 Release Notes: - emacs: Fixed ctrl-p/ctrl-n keyboard navigation of autocomplete/code actions menus
This commit is contained in:
parent
336d2c41fa
commit
21fd5c24bf
2 changed files with 14 additions and 0 deletions
|
@ -90,6 +90,13 @@
|
|||
"ctrl-g": "editor::Cancel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && (showing_code_actions || showing_completions)",
|
||||
"bindings": {
|
||||
"ctrl-p": "editor::ContextMenuPrevious",
|
||||
"ctrl-n": "editor::ContextMenuNext"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue