Skip to content

Commit 95168b8

Browse files
committed
increase default scroll speed
1 parent c264e9c commit 95168b8

File tree

1 file changed

+1
-1
lines changed
  • packages/opencode/src/cli/cmd/tui/routes/session

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export function Session() {
140140
return new CustomSpeedScroll(tui.scroll_speed)
141141
}
142142

143-
return new CustomSpeedScroll(process.platform === "win32" ? 3 : 1)
143+
return new CustomSpeedScroll(3)
144144
})
145145

146146
createEffect(async () => {

0 commit comments

Comments
 (0)