Skip to content

Commit 141e838

Browse files
committed
tweak: set zed multiplier
1 parent 77a89fd commit 141e838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/chat-scroll-accel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ENVIRONMENTS = ['zed', 'ghostty', 'vscode'] as const
1919
type ScrollEnvironmentType = (typeof ENVIRONMENTS)[number] | 'default'
2020

2121
const ENV_MULTIPLIERS = {
22-
zed: 1,
22+
zed: 0.37,
2323
ghostty: 1,
2424
vscode: 1,
2525
default: 1,

0 commit comments

Comments
 (0)