increase default scroll speed

This commit is contained in:
Dax Raad
2025-12-04 23:54:46 -05:00
parent 2995db2d11
commit 0ff47b1fb8
@@ -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 () => {