mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
scroll-conservatively = 10
Match the vim default behavior of recenting the cursor in the window if it moves more than 10 lines above or below the ends of the window.
This commit is contained in:
@ -177,7 +177,7 @@ read-only or not file-visiting."
|
||||
|
||||
(setq hscroll-margin 2
|
||||
hscroll-step 1
|
||||
scroll-conservatively 1001
|
||||
scroll-conservatively 10
|
||||
scroll-margin 0
|
||||
scroll-preserve-screen-position t
|
||||
;; mouse
|
||||
|
Reference in New Issue
Block a user