Skip to content
Discussion options

You must be logged in to vote

No native smooth scrolling in Helix, and it's not a config option you're missing. The renderer assumes one redraw per action, so animating the transition between cursor/screen positions needs real internal changes rather than a flag. It's tracked in #1671.

If you're willing to run the Steel plugin branch (not a stable release), there's smooth-scroll.hx which does the neoscroll-style animated half/full-page scroll. You install it with forge and wire it into your init.scm. It only works on that plugin-enabled build though, so on stable Helix today there's no way to get it.

So: nothing on stable yet, plugin-branch build if you want it now, and #1671 to follow for the native version.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@unsecretised
Comment options

Answer selected by unsecretised
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants