(no title)
bovine3dom | 3 years ago
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).
bovine3dom | 3 years ago
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).
ColonelPhantom|3 years ago
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
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!