ctrl + arrow key no longer moves word-to-word
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
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
actually, even with this config it doesn't work anymore:
"keybinds": {
"session_child_cycle": "none",
"session_child_cycle_reverse": "none",
},
confirmed, after upgrading from 1.5.1 -> 1.5.4
we will look into this
seems to be working now in 1.5.7 with the aforementioned config
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
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.
I'm on it
this is fixed as of 1.0.147