scroll 10 lines when shift is held

This commit is contained in:
2011-11-29 23:09:48 +00:00
parent f0727e1b3f
commit a8332fd34a

View File

@@ -32,7 +32,7 @@
(setq linum+-smart-format "%%%dd " linum+-dynamic-format "%%%dd "))
;; scroll one line at a time (less "jumpy" than defaults)
(setq mouse-wheel-scroll-amount '(2 ((shift) . 2)) ;; one line at a time
(setq mouse-wheel-scroll-amount '(2 ((shift) . 10)) ;; two lines at a time
mouse-wheel-progressive-speed nil ;; don't accelerate scrolling
mouse-wheel-follow-mouse 't ;; scroll window under mouse
scroll-step 1 ;; keyboard scroll one line at a time