From fbc0ad8e9a28c6b29e1c1a52bfdca65f7c77faca Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 26 Sep 2023 20:08:32 -0400 Subject: [PATCH] Add pixel scroll keybinds for page scrolling --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index c2e182d..e61ee8e 100644 --- a/init.el +++ b/init.el @@ -647,7 +647,10 @@ have been closed." (pixel-scroll-precision-mode) :custom (pixel-scroll-precision-interpolate-page t "Enable pixel-level scrolling for page-wise scrolling events") - (pixel-wait 0.001 "Idle for a fraction of a second during each animation step for gentler animations")) + (pixel-wait 0.001 "Idle for a fraction of a second during each animation step for gentler animations") + :bind + (" " . pixel-scroll-interpolate-down) + (" " . pixel-scroll-interpolate-up)) ;; ---------------------------------- ;; ;; savehist