change default child session cycle keybind to <leader>right, and <leader>left
This commit is contained in:
parent
6f5e3ddfb3
commit
cba239bc8f
4 changed files with 8 additions and 8 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue