aspiers/smooth-scrolling

Scrolling "jumps" if scrolling encounters a line that wraps

Open

#23 opened on Apr 28, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Emacs Lisp (14 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (108 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

If you have a line with, let's say, 150 chars, but your window is only 80 chars wide, the last 70 chars will be shown on the next line.

If this line is not visible, and you scroll to this line, the pane view will "jump" instead of scroll smoothly.

Emacs version: 25.1.1 smooth-scrolling-20161002.1249

Contributor guide