[PR #5377] fix(tui): Allow word backward and forward navigation in tui (via keybinds) #11369

Closed
opened 2026-02-16 18:16:12 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5377

State: closed
Merged: No


https://github.com/sst/opencode/issues/1975

We can now pass in the following to the keybinds to allow for word navigation:

  "keybinds": {
     ....
    "word_backward": "ctrl+left",
    "word_forward": "ctrl+right"
     ...
  },
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5377 **State:** closed **Merged:** No --- https://github.com/sst/opencode/issues/1975 We can now pass in the following to the keybinds to allow for word navigation: ``` "keybinds": { .... "word_backward": "ctrl+left", "word_forward": "ctrl+right" ... }, ```
yindo added the pull-request label 2026-02-16 18:16:12 -05:00
yindo closed this issue 2026-02-16 18:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11369