mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #672] Prompt section pgup/pgdn #181
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mte90 on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/672
For users that use a lot the terminal pgup and pgdn are very common keyboard button to move the cursor.
The problem on opencode is that on the prompt section doesn't work, only on the discussion history and it is very annoying to move the cursor with the keyboard.
@kommander commented on GitHub (Feb 11, 2026):
pageUp/Down are currently default bound to scroll the session history. You can change keybindings though, see https://opencode.ai/docs/keybinds/
There is no keybind default that will make everyone happy, unfortunately.
@Mte90 commented on GitHub (Feb 11, 2026):
I see your point, as linux user I was expecting the behaviour in the prompt in that way.