add dialog prompt submit keybind (#27807)

This commit is contained in:
Sebastian 2026-05-16 03:11:46 +02:00 committed by GitHub
commit d441e931f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 183 additions and 8 deletions

View file

@ -145,6 +145,7 @@ OpenCode has a list of keybinds that you can customize through `tui.json`.
"dialog.select.home": "home",
"dialog.select.end": "end",
"dialog.select.submit": "return",
"dialog.prompt.submit": "return",
"dialog.mcp.toggle": "space",
"prompt.autocomplete.prev": "up,ctrl+p",
"prompt.autocomplete.next": "down,ctrl+n",