[PR #10924] fix(tui): add scroll keybindings to permission prompt, error screen, and sidebar #13608

Open
opened 2026-02-16 18:18:27 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Summary

  • Add keyboard scroll support to permission prompt diff view
  • Add keyboard scroll support and button shortcuts to error screen
  • Add keyboard scroll support to sidebar
  • Document sidebar scroll keybindings

Fixes #10923

Changes

Permission prompt

  • up/down/j/k - scroll one line
  • pageup/pagedown - scroll half page
  • home/end - scroll to top/bottom
  • Shows "↑↓ scroll" hint when scrollbox is present

Error screen

Same scroll keybindings plus button shortcuts:

  • c - Copy issue URL (C̲opy)
  • r - Reset TUI (R̲eset)
  • x/escape - Exit (Ex̲it)

Sidebar

  • ctrl+shift+up/ctrl+shift+down - scroll one line
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10924 **State:** open **Merged:** No --- ## Summary - Add keyboard scroll support to permission prompt diff view - Add keyboard scroll support and button shortcuts to error screen - Add keyboard scroll support to sidebar - Document sidebar scroll keybindings Fixes #10923 ## Changes ### Permission prompt - `up`/`down`/`j`/`k` - scroll one line - `pageup`/`pagedown` - scroll half page - `home`/`end` - scroll to top/bottom - Shows "↑↓ scroll" hint when scrollbox is present ### Error screen Same scroll keybindings plus button shortcuts: - `c` - Copy issue URL (C̲opy) - `r` - Reset TUI (R̲eset) - `x`/`escape` - Exit (Ex̲it) ### Sidebar - `ctrl+shift+up`/`ctrl+shift+down` - scroll one line
yindo added the pull-request label 2026-02-16 18:18:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13608