From e354df314374a160aceb04625e2f7019d4ca5941 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Nov 2025 11:27:22 +0100 Subject: [PATCH] Use a slower mouse scroll --- config/ghostty/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/ghostty/config b/config/ghostty/config index 9378376c..a46f9dc4 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -25,3 +25,6 @@ shell-integration-features = no-cursor,ssh-env # Keyboard bindings keybind = shift+insert=paste_from_clipboard keybind = control+insert=copy_to_clipboard + +# Slowdown mouse scrolling +mouse-scroll-multiplier = 0.5