top | item 34967095

(no title)

bovine3dom | 3 years ago

What do you miss about native scrolling?

IMO the scrolling in Tridactyl is better than native as it can work even when the page has put focus somewhere daft (like a pop-up).

discuss

order

ColonelPhantom|3 years ago

It's more about 'feeling' native than actually being native. I managed to reinstall VimFX and it doesn't quite scroll like the arrow keys, either. But its scrolling speed still feels more natural than either Vimium or Tridactyl, although it's a bit slow.

Tridactyl's huge jumps are annoying to me, as is Vimium's excess smoothness. In Vim, I hit j once to scroll one line, same as <down>.

bovine3dom|3 years ago

> Tridactyl's huge jumps are annoying to me

You can change that easily with `:bind j scrollline 1` and `:bind k scrollline 1` :)

The default bind was a conscious choice to break with tradition with Vimperator because everyone I knew rebound j/k to scroll further.

I'm glad you got VimFx working though!