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
|
|
@ -1122,6 +1122,10 @@ export type KeybindsConfig = {
|
|||
* Previous child session
|
||||
*/
|
||||
session_child_cycle_reverse?: string
|
||||
/**
|
||||
* Go to parent session
|
||||
*/
|
||||
session_parent?: string
|
||||
/**
|
||||
* Suspend terminal
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue