increase default scroll speed

This commit is contained in:
Dax Raad 2025-12-04 23:54:46 -05:00
parent c264e9c364
commit 95168b8267

View file

@ -140,7 +140,7 @@ export function Session() {
return new CustomSpeedScroll(tui.scroll_speed)
}
return new CustomSpeedScroll(process.platform === "win32" ? 3 : 1)
return new CustomSpeedScroll(3)
})
createEffect(async () => {