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:
parent
4d73f659f5
commit
fe5d285a50
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ read-only or not file-visiting."
|
||||||
|
|
||||||
(setq hscroll-margin 2
|
(setq hscroll-margin 2
|
||||||
hscroll-step 1
|
hscroll-step 1
|
||||||
scroll-conservatively 1001
|
scroll-conservatively 10
|
||||||
scroll-margin 0
|
scroll-margin 0
|
||||||
scroll-preserve-screen-position t
|
scroll-preserve-screen-position t
|
||||||
;; mouse
|
;; mouse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue