Cannot navigate to child sessions #1692

Closed
opened 2026-02-16 17:32:11 -05:00 by yindo · 5 comments
Owner

Originally created by @Overload119 on GitHub (Sep 11, 2025).

Originally assigned to: @adamdotdevin on GitHub.

I'm not sure what the best way to report the issue is but ctrl-left and ctrl-right don't work in iTerm or Terminal.
How can I debug this? I've already checked that changing the hotkeys works but I like the hotkeys so I'd like to use them.

Version 0.7.3

Originally created by @Overload119 on GitHub (Sep 11, 2025). Originally assigned to: @adamdotdevin on GitHub. I'm not sure what the best way to report the issue is but ctrl-left and ctrl-right don't work in iTerm or Terminal. How can I debug this? I've already checked that changing the hotkeys works but I like the hotkeys so I'd like to use them. Version 0.7.3
yindo closed this issue 2026-02-16 17:32:11 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 11, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #2520: Reports Ctrl + arrow keys not working for text navigation in input box
  • #1975: Reports ctrl + arrow keys no longer moving word-to-word in recent releases
  • #1582: Reports navigation issues with ctrl+{up,down} shortcuts not working

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Sep 11, 2025): This issue might be a duplicate of existing issues. Please check: - #2520: Reports Ctrl + arrow keys not working for text navigation in input box - #1975: Reports ctrl + arrow keys no longer moving word-to-word in recent releases - #1582: Reports navigation issues with ctrl+{up,down} shortcuts not working Feel free to ignore if none of these address your specific case.
Author
Owner

@wrightbradley commented on GitHub (Sep 12, 2025):

I am also experiencing this. I thought it was localized to me as I haven't seen anyone else mention this issue. I've tried different combinations of keybindings (alt,ctrl,leader keys, etc) for child session navigation but the only one I've been able to get to work is tab/shift+tab. So I've changed my keybindings for agent mode switching in order to handle switching between child sessions.

  "keybinds": {
    "session_child_cycle": "tab",
    "session_child_cycle_reverse": "shift+tab",
    "agent_cycle": "<leader>]",
    "agent_cycle_reverse": "<leader>[",
  },

Also, I use tmux with ghostty on macos 15.6 and running latest version of opencode 0.7.3. if that is helpful context.

@wrightbradley commented on GitHub (Sep 12, 2025): I am also experiencing this. I thought it was localized to me as I haven't seen anyone else mention this issue. I've tried different combinations of keybindings (alt,ctrl,leader keys, etc) for child session navigation but the only one I've been able to get to work is tab/shift+tab. So I've changed my keybindings for agent mode switching in order to handle switching between child sessions. ```json "keybinds": { "session_child_cycle": "tab", "session_child_cycle_reverse": "shift+tab", "agent_cycle": "<leader>]", "agent_cycle_reverse": "<leader>[", }, ``` Also, I use tmux with ghostty on macos 15.6 and running latest version of opencode 0.7.3. if that is helpful context.
Author
Owner

@hashangit commented on GitHub (Sep 26, 2025):

On MacOS, control+arrow left and control+arrow right just moves you between the desktops. (using Warp) If I'm the only one who's having this issue, and someone knows how to fix it, please let me know. I've removed the cmd+arrow bindings from warp's default too but it doesn't work either.

@hashangit commented on GitHub (Sep 26, 2025): On MacOS, control+arrow left and control+arrow right just moves you between the desktops. (using Warp) If I'm the only one who's having this issue, and someone knows how to fix it, please let me know. I've removed the cmd+arrow bindings from warp's default too but it doesn't work either.
Author
Owner

@Mishkun commented on GitHub (Sep 26, 2025):

On MacOS, control+arrow left and control+arrow right just moves you between the desktops

It is a default keybinding in macos, you can change it by going to Settings -> Search "Keyboard Shortcuts" -> Mission Control -> Mission Control -> move right/left a space

@Mishkun commented on GitHub (Sep 26, 2025): > On MacOS, control+arrow left and control+arrow right just moves you between the desktops It is a default keybinding in macos, you can change it by going to Settings -> Search "Keyboard Shortcuts" -> Mission Control -> Mission Control -> move right/left a space
Author
Owner

@rekram1-node commented on GitHub (Dec 27, 2025):

[automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!

@rekram1-node commented on GitHub (Dec 27, 2025): [automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1692