opencode
opencode copied to clipboard
Bug: scroll_speed doing nothing
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
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.
@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.
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.
yep, the scroll_speed do nothing, i tried on kitty, alacrity and vs code, all behave the same
having the same issue as well
we are working on it