ctrl + arrow key no longer moves word-to-word #1323

Closed
opened 2026-02-16 17:30:26 -05:00 by yindo · 9 comments
Owner

Originally created by @khimaros on GitHub (Aug 15, 2025).

Originally assigned to: @kommander on GitHub.

in a recent release, ctrl+left or ctrl+right are no longer working

it was working as of the release from about 2 weeks ago at least

Originally created by @khimaros on GitHub (Aug 15, 2025). Originally assigned to: @kommander on GitHub. in a recent release, ctrl+left or ctrl+right are no longer working it was working as of the release from about 2 weeks ago at least
yindo added the opentui label 2026-02-16 17:30:26 -05:00
yindo closed this issue 2026-02-16 17:30:26 -05:00
Author
Owner

@khimaros commented on GitHub (Aug 15, 2025):

i see, this was recently changed to allow switching sessions

it seems like maybe i can get back tot he old behavior by removing those binds in my configuration

@khimaros commented on GitHub (Aug 15, 2025): i see, this was recently changed to allow switching sessions it seems like maybe i can get back tot he old behavior by removing those binds in my configuration
Author
Owner

@khimaros commented on GitHub (Aug 15, 2025):

actually, even with this config it doesn't work anymore:

  "keybinds": {
    "session_child_cycle": "none",
    "session_child_cycle_reverse": "none",
  },
@khimaros commented on GitHub (Aug 15, 2025): actually, even with this config it doesn't work anymore: ```jsonc "keybinds": { "session_child_cycle": "none", "session_child_cycle_reverse": "none", }, ```
Author
Owner

@mchzimm commented on GitHub (Aug 16, 2025):

confirmed, after upgrading from 1.5.1 -> 1.5.4

@mchzimm commented on GitHub (Aug 16, 2025): confirmed, after upgrading from 1.5.1 -> 1.5.4
Author
Owner

@rekram1-node commented on GitHub (Aug 16, 2025):

we will look into this

@rekram1-node commented on GitHub (Aug 16, 2025): we will look into this
Author
Owner

@khimaros commented on GitHub (Aug 18, 2025):

seems to be working now in 1.5.7 with the aforementioned config

@khimaros commented on GitHub (Aug 18, 2025): seems to be working now in 1.5.7 with the aforementioned config
Author
Owner

@CSRessel commented on GitHub (Oct 15, 2025):

https://github.com/sst/opencode/issues/1975#issuecomment-3192835872

This config is now working for me. Would be a sane default, given how most CLIs work, but for now the config change is workable

@CSRessel commented on GitHub (Oct 15, 2025): https://github.com/sst/opencode/issues/1975#issuecomment-3192835872 This config is now working for me. Would be a sane default, given how most CLIs work, but for now the config change is workable
Author
Owner

@MilesNorton commented on GitHub (Nov 26, 2025):

This isn't working for me:

"keybinds": {
    // "session_child_cycle": "none",
    // "session_child_cycle_reverse": "none",
    "session_child_cycle": "shift+right",
    "session_child_cycle_reverse": "shift+left",
  },

I'm on linux and when I use ctrl+<left|right> it doesn't do anything.

@MilesNorton commented on GitHub (Nov 26, 2025): This isn't working for me: ``` "keybinds": { // "session_child_cycle": "none", // "session_child_cycle_reverse": "none", "session_child_cycle": "shift+right", "session_child_cycle_reverse": "shift+left", }, ``` I'm on linux and when I use ctrl+<left|right> it doesn't do anything.
Author
Owner

@MilesNorton commented on GitHub (Dec 11, 2025):

I'm on it

@MilesNorton commented on GitHub (Dec 11, 2025): I'm on it
Author
Owner

@Nindaleth commented on GitHub (Dec 11, 2025):

this is fixed as of 1.0.147

@Nindaleth commented on GitHub (Dec 11, 2025): this is fixed as of 1.0.147
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1323