The Keybind for navigating agents conflicts with navigating words #1913

Closed
opened 2026-02-16 17:33:12 -05:00 by yindo · 2 comments
Owner

Originally created by @MilesNorton on GitHub (Oct 1, 2025).

Originally assigned to: @rekram1-node on GitHub.

I've always navigated words in the terminal by using ctrl+< or ctrl+>.

Do we have a place to change the keybinds when navigating the agents?

Originally created by @MilesNorton on GitHub (Oct 1, 2025). Originally assigned to: @rekram1-node on GitHub. I've always navigated words in the terminal by using `ctrl+<` or `ctrl+>`. Do we have a place to change the keybinds when navigating the agents?
yindo closed this issue 2026-02-16 17:33:12 -05:00
Author
Owner

@rekram1-node commented on GitHub (Oct 1, 2025):

Yes you can @MilesNorton ex:

{
  "$schema": "https://opencode.ai/config.json",
  "keybinds": {
    "session_child_cycle": "shift+right",
    "session_child_cycle_reverse": "shift+left"
  }
}
@rekram1-node commented on GitHub (Oct 1, 2025): Yes you can @MilesNorton ex: ``` { "$schema": "https://opencode.ai/config.json", "keybinds": { "session_child_cycle": "shift+right", "session_child_cycle_reverse": "shift+left" } } ```
Author
Owner

@MilesNorton commented on GitHub (Oct 2, 2025):

legend @rekram1-node

@MilesNorton commented on GitHub (Oct 2, 2025): legend @rekram1-node
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1913