1

Add pixel scroll keybinds for page scrolling

This commit is contained in:
Jessie Hildebrandt 2023-09-26 20:08:32 -04:00
parent 5d20e55d93
commit fbc0ad8e9a

View File

@ -647,7 +647,10 @@ have been closed."
(pixel-scroll-precision-mode) (pixel-scroll-precision-mode)
:custom :custom
(pixel-scroll-precision-interpolate-page t "Enable pixel-level scrolling for page-wise scrolling events") (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
("<remap> <scroll-up-command>" . pixel-scroll-interpolate-down)
("<remap> <scroll-down-command>" . pixel-scroll-interpolate-up))
;; ---------------------------------- ;; ;; ---------------------------------- ;;
;; savehist ;; savehist