opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Bug: scroll_speed doing nothing

Open rakibdev opened this issue 3 weeks ago • 1 comments

Description

Default speed is slow. I'm trying to increase but nothing happening. I've tested in foot and alacritty terminal.

OpenCode version

1.0.20

Steps to reproduce

~/.config/opencode/opencode.json

{
  "$schema": "https://opencode.ai/config.json",
  "instructions": ["~/.cursor/rules/*.mdc"],
  "tui": {
    "scroll_speed": 10
  },
  "permission": {
    "bash": "ask"
  }
}

Screenshot and/or share link

No response

Operating System

Arch Linux

Terminal

Foot, Alacritty

rakibdev avatar Nov 04 '25 16:11 rakibdev

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

  • #1416: User encountered the same 'scroll_speed doing nothing' issue with config validation errors
  • #1976: Bug report about scroll speed configuration being broken after implementation
  • #2795: Related TUI scrolling speed issues, though specific to MacBook TouchBar

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

github-actions[bot] avatar Nov 04 '25 17:11 github-actions[bot]

@remorses the scroll speed was your implementation, right? Could you check that? Don't remember if we test covered that. In the trenches with some other things, will get to it soon.

kommander avatar Nov 06 '25 09:11 kommander

think this got broken with the new tui. it definitely worked pre v1.

for some reason, inside vscode scroll speed is so insane fast that it is hardly usable now with a trackpad.

udondan avatar Nov 09 '25 16:11 udondan

yep, the scroll_speed do nothing, i tried on kitty, alacrity and vs code, all behave the same

JunarisAlf avatar Nov 10 '25 10:11 JunarisAlf

having the same issue as well

mejares-jamesmichael avatar Nov 10 '25 21:11 mejares-jamesmichael

we are working on it

rekram1-node avatar Nov 10 '25 23:11 rekram1-node