opentui: ctrl+alt+u/d to scroll up or down doest not work #2418

Closed
opened 2026-02-16 17:35:31 -05:00 by yindo · 9 comments
Owner

Originally created by @Isos9 on GitHub (Oct 31, 2025).

Originally assigned to: @thdxr on GitHub.

Description

The Ctrl+Alt+U and Ctrl+Alt+D to scroll in a conversation doesn't seem handled for opentui.

OpenCode version

1.0.2

Steps to reproduce

hit Ctrl+Alt+U or Ctrl+Alt+D

Screenshot and/or share link

No response

Operating System

Arch Linux

Terminal

Alacritty

Originally created by @Isos9 on GitHub (Oct 31, 2025). Originally assigned to: @thdxr on GitHub. ### Description The Ctrl+Alt+U and Ctrl+Alt+D to scroll in a conversation doesn't seem handled for opentui. ### OpenCode version 1.0.2 ### Steps to reproduce hit Ctrl+Alt+U or Ctrl+Alt+D ### Screenshot and/or share link _No response_ ### Operating System Arch Linux ### Terminal Alacritty
yindo added the opentuibug labels 2026-02-16 17:35:31 -05:00
yindo closed this issue 2026-02-16 17:35:31 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 31, 2025):

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

  • #862: User asking about keyboard shortcuts like Ctrl+d and Ctrl+u for scrolling (exactly what this issue reports as not working)
  • #100: Discusses control+u and control+d keybindings functionality
  • #3647: Recent issue (same version 1.0.2) about Ctrl+u not working properly

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

@github-actions[bot] commented on GitHub (Oct 31, 2025): This issue might be a duplicate of existing issues. Please check: - #862: User asking about keyboard shortcuts like Ctrl+d and Ctrl+u for scrolling (exactly what this issue reports as not working) - #100: Discusses control+u and control+d keybindings functionality - #3647: Recent issue (same version 1.0.2) about Ctrl+u not working properly Feel free to ignore if none of these address your specific case.
Author
Owner

@thdxr commented on GitHub (Oct 31, 2025):

hm it is working for me - do yo uhave any config set remapping the keybinds?

@thdxr commented on GitHub (Oct 31, 2025): hm it is working for me - do yo uhave any config set remapping the keybinds?
Author
Owner

@Isos9 commented on GitHub (Oct 31, 2025):

No, I can do it on v0.15

@Isos9 commented on GitHub (Oct 31, 2025): No, I can do it on v0.15
Author
Owner

@Isos9 commented on GitHub (Oct 31, 2025):

Oh actually it works scrolling up, scrolling down I have this log

Image
@Isos9 commented on GitHub (Oct 31, 2025): Oh actually it works scrolling up, scrolling down I have this log <img width="1248" height="253" alt="Image" src="https://github.com/user-attachments/assets/4e9bc9f8-3e9f-4c9d-bf60-2f5ce3e9a592" />
Author
Owner

@Isos9 commented on GitHub (Oct 31, 2025):

it seems to just open a console I think, preventing me to scroll down

@Isos9 commented on GitHub (Oct 31, 2025): it seems to just open a console I think, preventing me to scroll down
Author
Owner

@spikedoanz commented on GitHub (Nov 1, 2025):

https://github.com/sst/opencode/blame/dev/packages/opencode/src/cli/cmd/tui/app.tsx#L184-L188
meta+d is overlapping with the ctrl+alt+d mapping

@spikedoanz commented on GitHub (Nov 1, 2025): https://github.com/sst/opencode/blame/dev/packages/opencode/src/cli/cmd/tui/app.tsx#L184-L188 meta+d is overlapping with the ctrl+alt+d mapping
Author
Owner

@jdanbrown commented on GitHub (Nov 3, 2025):

+1 ctrl+alt+d toggles the console and triggers messages_half_page_down. Thanks @spikedoanz for opening this PR to fix:

@jdanbrown commented on GitHub (Nov 3, 2025): +1 `ctrl+alt+d` toggles the console _and_ triggers `messages_half_page_down`. Thanks @spikedoanz for opening this PR to fix: - https://github.com/sst/opencode/pull/3718
Author
Owner

@thdxr commented on GitHub (Nov 3, 2025):

i disabled it for now i'll rethink how i wanna do console

@thdxr commented on GitHub (Nov 3, 2025): i disabled it for now i'll rethink how i wanna do console
Author
Owner

@jdanbrown commented on GitHub (Nov 5, 2025):

Thanks! Confirmed that ctrl+alt+d no longer toggles the console in 1.0.23.

@jdanbrown commented on GitHub (Nov 5, 2025): Thanks! Confirmed that `ctrl+alt+d` no longer toggles the console in 1.0.23.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2418