Revert "add dialog prompt submit keybind (#27807)" (#27815)

This commit is contained in:
Sebastian
2026-05-16 04:44:32 +02:00
committed by GitHub
parent f3b0d3d7ac
commit cc9c0b15c7
5 changed files with 8 additions and 183 deletions
@@ -188,7 +188,6 @@ export const Definitions = {
"dialog.select.home": keybind("home", "Move to first dialog item"),
"dialog.select.end": keybind("end", "Move to last dialog item"),
"dialog.select.submit": keybind("return", "Submit selected dialog item"),
"dialog.prompt.submit": keybind("return", "Submit dialog prompt"),
"dialog.mcp.toggle": keybind("space", "Toggle MCP in MCP dialog"),
"prompt.autocomplete.prev": keybind("up,ctrl+p", "Move to previous autocomplete item"),
"prompt.autocomplete.next": keybind("down,ctrl+n", "Move to next autocomplete item"),