mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
feat(tui): go to parent keybind for subagents (#5762)
This commit is contained in:
parent
e015bea462
commit
25f1643e8e
5 changed files with 30 additions and 0 deletions
|
|
@ -7598,6 +7598,11 @@
|
|||
"default": "<leader>left",
|
||||
"type": "string"
|
||||
},
|
||||
"session_parent": {
|
||||
"description": "Go to parent session",
|
||||
"default": "<leader>up",
|
||||
"type": "string"
|
||||
},
|
||||
"terminal_suspend": {
|
||||
"description": "Suspend terminal",
|
||||
"default": "ctrl+z",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue