opencode icon indicating copy to clipboard operation
opencode copied to clipboard

[FEATURE]: Add an option to write the chat history to the scroll view

Open dmtrKovalenko opened this issue 1 month ago • 1 comments

Feature hasn't been suggested before.

  • [x] I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Currently opencodoe doesn't write the code to the scrollback and intercepts the scrolling on its own which is making it very poor experience in the plugins like https://github.com/NickvanDyke/opencode.nvim where I want to simply leverage my neovim normal mode to scroll the history of a chat.

For instance claude code scrolling experience feels much better in neovim becuase of this.

It would be cool if it would be possilbe to conifgure this somewhere

dmtrKovalenko avatar Dec 15 '25 22:12 dmtrKovalenko

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

  • #3020: Scrollback in Zellij Pane Broken for OpenCode (similar neovim/terminal scrollback concerns)
  • #4331: word wraping / horisontal scrolling while showing agent edits (related to scroll behavior and output display)
  • #4847: add a command to scroll back to the user's last message (related to scroll history navigation)
  • #2118: Add a /copy command to copy latest message (allow scrolling while selecting text)

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

github-actions[bot] avatar Dec 15 '25 22:12 github-actions[bot]