mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
scroll 10 lines when shift is held
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user