Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid cursor jumping towards middle when it goes out of bound #65

Open
ianyepan opened this issue Apr 9, 2021 · 1 comment
Open

Avoid cursor jumping towards middle when it goes out of bound #65

ianyepan opened this issue Apr 9, 2021 · 1 comment

Comments

@ianyepan
Copy link

ianyepan commented Apr 9, 2021

I know that Emacs has this unique behavior (which I'd like to avoid) when we press the arrow-down key till it reaches the end of the frame, instead of revealing more lines "line-by-line" like any other editor, Emacs' cursor pulls the content towards the center of the frame, revealing at once the next half-window-height lines of content.
Without activating sublimity, I was able to suppress this unique behavior with the following 2 lines:

  (setq scroll-conservatively 101) ; as long as it's > 100
  (setq scroll-preserve-screen-position t)

However, with sublimity + sublimity-scroll enabled, the unique behavior can't be suppressed anymore. How can I deal with this?

@ianyepan
Copy link
Author

Friendly ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant