You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
When you alter the toolkit.scrollbox.verticalScrollDistance setting in about:config, the vertical scroll distance for Scroll down (bound to j by default) and Scroll up (bound to k by default) does not change.
This is not technically a bug, but frustrating because there is no way (at least that I know) to fine-tune the Vim Vixen scroll amount besides remapping to either the half-screen or full-screen scroll distance option.
I have not tested horizontal scrolling against toolkit.scrollbox.horizontalScrollDistance, but imagine this discrepancy might also occur there.
Possible Resolution
Ideally, there would be a separate setting visible in Vim Vixen settings to change the vertical/horizontal amounts, independent of about:config preferences, but I believe by default Vim Vixen should track about:config, if possible.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
On a webpage, check the vertical/horizontal scrolling distance by using Vim Vixen (j/k/h/l) vs. using the Firefox command (arrow keys).
Go to about:config.
Change the value of toolkit.scrollbox.verticalScrollDistance and/or toolkit.scrollbox.horizontalScrollDistance.
Return to the webpage, and note the Firefox command scroll distances have adjusted, while the Vim Vixen command scroll distances have not.
System configuration
Operating system: Ubuntu 22.04.01 LTS
Firefox version: 103.0.2 (64-bit)
Vim-Vixen version: 1.2.3
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm opening this issue because:
Description
Issue
When you alter the
toolkit.scrollbox.verticalScrollDistance
setting inabout:config
, the vertical scroll distance forScroll down
(bound toj
by default) andScroll up
(bound tok
by default) does not change.This is not technically a bug, but frustrating because there is no way (at least that I know) to fine-tune the Vim Vixen scroll amount besides remapping to either the half-screen or full-screen scroll distance option.
I have not tested horizontal scrolling against
toolkit.scrollbox.horizontalScrollDistance
, but imagine this discrepancy might also occur there.Possible Resolution
Ideally, there would be a separate setting visible in Vim Vixen settings to change the vertical/horizontal amounts, independent of
about:config
preferences, but I believe by default Vim Vixen should trackabout:config
, if possible.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
about:config
.toolkit.scrollbox.verticalScrollDistance
and/ortoolkit.scrollbox.horizontalScrollDistance
.System configuration
The text was updated successfully, but these errors were encountered: