[FEATURE]: Support scrolling in tmux copy mode #3673

Closed
opened 2026-02-16 17:41:04 -05:00 by yindo · 2 comments
Owner

Originally created by @cmpadden on GitHub (Dec 19, 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

It is currently not possible to scroll backwards through conversation history when in tmux copy-mode.

Presently it will scroll through the shell history, treating the opencode session that is currently rendered as a single output.

To replicate enter copy mode via <prefix> + [ and then scroll with control + U or control + d (all bindings visible with tmux list-keys | grep copy-mode).

bind-key    -T copy-mode-vi C-u                       send-keys -X halfpage-up
bind-key    -T copy-mode-vi C-v                       send-keys -X rectangle-toggle
Originally created by @cmpadden on GitHub (Dec 19, 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 It is currently not possible to scroll backwards through conversation history when in tmux `copy-mode`. Presently it will scroll through the shell history, treating the opencode session that is currently rendered as a single output. To replicate enter copy mode via `<prefix> + [` and then scroll with `control + U` or `control + d` (all bindings visible with `tmux list-keys | grep copy-mode`). ``` bind-key -T copy-mode-vi C-u send-keys -X halfpage-up bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle ```
yindo added the opentuidiscussion labels 2026-02-16 17:41:04 -05:00
yindo closed this issue 2026-02-16 17:41:04 -05:00
Author
Owner

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

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

  • #2755: feat: Copy Mode for OpenCode - Comprehensively addresses tmux copy mode integration and keyboard-based text selection

Feel free to ignore if this doesn't address your specific case.

@github-actions[bot] commented on GitHub (Dec 19, 2025): This issue might be a duplicate of existing issues. Please check: - #2755: feat: Copy Mode for OpenCode - Comprehensively addresses tmux copy mode integration and keyboard-based text selection Feel free to ignore if this doesn't address your specific case.
Author
Owner

@cmpadden commented on GitHub (Dec 19, 2025):

Apologies, does appear to be a duplicate of https://github.com/sst/opencode/issues/2755

@cmpadden commented on GitHub (Dec 19, 2025): Apologies, does appear to be a duplicate of https://github.com/sst/opencode/issues/2755
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3673