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

Open
opened 2026-02-16 17:40:41 -05:00 by yindo · 1 comment
Owner

Originally created by @dmtrKovalenko on GitHub (Dec 15, 2025).

Originally assigned to: @kommander on GitHub.

Feature hasn't been suggested before.

  • 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

Originally created by @dmtrKovalenko on GitHub (Dec 15, 2025). Originally assigned to: @kommander on GitHub. ### 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
yindo added the discussion label 2026-02-16 17:40:41 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 15, 2025):

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] commented on GitHub (Dec 15, 2025): 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3570