You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/agents.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,11 @@ A general-purpose agent for researching complex questions, searching for code, a
89
89
```
90
90
91
91
3.**Navigation between sessions**: When subagents create their own child sessions, you can navigate between the parent session and all child sessions using:
92
+
-**\<Leader>+Up** (or your configured `session_parent` keybind) to go directly to the parent session
92
93
-**\<Leader>+Right** (or your configured `session_child_cycle` keybind) to cycle forward through parent → child1 → child2 → ... → parent
93
94
-**\<Leader>+Left** (or your configured `session_child_cycle_reverse` keybind) to cycle backward through parent ← child1 ← child2 ← ... ← parent
94
95
95
-
This allows you to seamlessly switch between the main conversation and specialized subagent work.
96
+
You can also click on any subagent task in the sidebar to navigate directly to that subagent's session.
0 commit comments