diff options
| author | Aiden Cline <[email protected]> | 2025-11-20 14:01:02 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-20 14:01:02 -0600 |
| commit | cba239bc8fa5513e30174c4455397f26a4ed9b97 (patch) | |
| tree | 4c3f6383e60169acc41f9c937b09dd2067eb1389 /packages/web/src/content/docs/agents.mdx | |
| parent | 6f5e3ddfb3d367bc2f0e61aa404cbfed58467131 (diff) | |
| download | opencode-cba239bc8fa5513e30174c4455397f26a4ed9b97.tar.gz opencode-cba239bc8fa5513e30174c4455397f26a4ed9b97.zip | |
change default child session cycle keybind to <leader>right, and <leader>left
Diffstat (limited to 'packages/web/src/content/docs/agents.mdx')
| -rw-r--r-- | packages/web/src/content/docs/agents.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index c99988ad8..3dd7f292e 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -89,8 +89,8 @@ A general-purpose agent for researching complex questions, searching for code, a ``` 3. **Navigation between sessions**: When subagents create their own child sessions, you can navigate between the parent session and all child sessions using: - - **Ctrl+Right** (or your configured `session_child_cycle` keybind) to cycle forward through parent → child1 → child2 → ... → parent - - **Ctrl+Left** (or your configured `session_child_cycle_reverse` keybind) to cycle backward through parent ← child1 ← child2 ← ... ← parent + - **<Leader>+Right** (or your configured `session_child_cycle` keybind) to cycle forward through parent → child1 → child2 → ... → parent + - **<Leader>+Left** (or your configured `session_child_cycle_reverse` keybind) to cycle backward through parent ← child1 ← child2 ← ... ← parent This allows you to seamlessly switch between the main conversation and specialized subagent work. |
