Live data from Hacker News

Two-finger scroll moves through time instead of space

github.com

31–34 of 34 posts

Re: Two-finger scroll moves through time instead of space

#32
post #15

This is just a few lines in emacs: https://www.reddit.com/r/emacs/comments/5xi92h/a_scroll_whee...

vim: " scroll wheel moves through time instead of space " set mouse=a nnoremap u nnoremap inoremap ui inoremap i

It could use g- / g+ instead, to cover all undo branches.

Re: Two-finger scroll moves through time instead of space

#34
post #15

This is just a few lines in emacs: https://www.reddit.com/r/emacs/comments/5xi92h/a_scroll_whee...

Being very familiar with Emacs, I would never have thought the Atom version to be much more complicated than that.

Then I looked at the code in the original link, and wow. Just... Wow. That cannot possibly be the easiest way to do this?

Perhaps there is something to the thing they say about Javacsript programmers and how they manage to reinvent technologies from a couple decades ago, badly?

Post reply on HN