[PR #1288] [MERGED] (tui) tweak: add setting for scroll speed #9876

Closed
opened 2026-02-16 18:14:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1288
Author: @rekram1-node
Created: 7/24/2025
Status: Merged
Merged: 7/24/2025
Merged by: @adamdotdevin

Base: devHead: feat/scroll-settings


📝 Commits (1)

  • 6baa815 feat: add setting for scroll speed

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/tui/internal/app/state.go (+1 -0)
📝 packages/tui/internal/components/chat/messages.go (+6 -1)

📄 Description

Fixes: #1156

I don't know what the best way of exposing this in the tui is: keybinds vs command vs modal...

I think Adam would know better and maybe this gets picked up down the line, but for now I would like to edit it even if I am stuck in the toml file

Scrolling is just wayy too quick so this would be a big DX improvement for me and others I know


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1288 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 7/24/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `feat/scroll-settings` --- ### 📝 Commits (1) - [`6baa815`](https://github.com/anomalyco/opencode/commit/6baa81571c0ff3823eb9cf579377a52d8f48461f) feat: add setting for scroll speed ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/app/state.go` (+1 -0) 📝 `packages/tui/internal/components/chat/messages.go` (+6 -1) </details> ### 📄 Description Fixes: #1156 I don't know what the best way of exposing this in the tui is: keybinds vs command vs modal... I think Adam would know better and maybe this gets picked up down the line, but for now I would like to edit it even if I am stuck in the toml file Scrolling is just wayy too quick so this would be a big DX improvement for me and others I know --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:19 -05:00
yindo closed this issue 2026-02-16 18:14:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9876