Aiden Cline 3 месяцев назад
Родитель
Сommit
10faf9e717
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/web/src/content/docs/agents.mdx

+ 2 - 2
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:
-   - **<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
+   - **\<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.