better scroll speed default for windows

This commit is contained in:
Aiden Cline
2025-11-25 01:16:21 -06:00
parent b1aaa8570e
commit 0568c943ab
3 changed files with 4 additions and 3 deletions

View File

@@ -438,7 +438,7 @@ export namespace Config {
})
export const TUI = z.object({
scroll_speed: z.number().min(0.001).optional().default(1).describe("TUI scroll speed"),
scroll_speed: z.number().min(0.001).optional().describe("TUI scroll speed"),
scroll_acceleration: z
.object({
enabled: z.boolean().describe("Enable scroll acceleration"),