add back child session cycle
This commit is contained in:
parent
9fd672a1cb
commit
94658c31c5
4 changed files with 100 additions and 12 deletions
|
|
@ -166,6 +166,14 @@ export type KeybindsConfig = {
|
|||
* Previous history item
|
||||
*/
|
||||
history_next?: string
|
||||
/**
|
||||
* Next child session
|
||||
*/
|
||||
session_child_cycle?: string
|
||||
/**
|
||||
* Previous child session
|
||||
*/
|
||||
session_child_cycle_reverse?: string
|
||||
}
|
||||
|
||||
export type AgentConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue