opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): Allow word backward and forward navigation in tui (via keybinds)

Open MilesNorton opened this issue 1 month ago • 0 comments

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"
     ...
  },

MilesNorton avatar Dec 11 '25 11:12 MilesNorton