Add pixel scroll keybinds for page scrolling
This commit is contained in:
parent
5d20e55d93
commit
fbc0ad8e9a
5
init.el
5
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user