We'd need a #Vim GUI that supports smooth scrolling. That's probably not easy to do from a design point of view though, because I guess Vim sends ncurses-style display updates with a granularity of one text line.
@otini Something like https://github.com/yuttie/comfortable-motion.vim ?
@lthms Mm not really, with this plugin the elementary scrolling move is still one line high. I'm looking for something where it's one pixel high.
@otiniEmacs + evil? (This is not a troll, I'm really interested in what you would be missing in that case)@lthms
@brab Still no “smooth scrolling” in the sense that every move in the text is only ever a composition of one-line shifts.
@lthms
@otini @lthms pixel-scroll-mode doesn't help? (I don't use it, so I don't know)
@brab @lthms Ohh Emacs actually has such a thing. Now I'm jealous.
functional.cafe is an instance for people interested in functional programming and languages.
@otini Something like https://github.com/yuttie/comfortable-motion.vim ?