Description
This commit reintroduced a regression that was originally introduced in 0.9.3 and then fixed in 0.9.4. In the unaffected versions it was possible to bind PageUp and PageDown to e.g. scrolling the preview. After the linked commit, said buttons jump to the top/bottom of the revision list, making it impossible to use those keys for scrolling the preview. See #325, #327.
Steps to Reproduce the Problem
A config snippet for ease of access:
[keys.preview]
scroll_up = ["pgup"]
scroll_down = ["pgdown"]
- Bind
PageUp and PageDown to scrolling the preview
- Try scrolling the preview
Expected Behavior
Preview scrolls up/down
Actual Behavior
Revision cursor jumps to the top/bottom.
Specifications
- Platform: macOS 26.0.1 (25A362)
- Version: 0.9.5
Description
This commit reintroduced a regression that was originally introduced in 0.9.3 and then fixed in 0.9.4. In the unaffected versions it was possible to bind
PageUpandPageDownto e.g. scrolling the preview. After the linked commit, said buttons jump to the top/bottom of the revision list, making it impossible to use those keys for scrolling the preview. See #325, #327.Steps to Reproduce the Problem
A config snippet for ease of access:
PageUpandPageDownto scrolling the previewExpected Behavior
Preview scrolls up/down
Actual Behavior
Revision cursor jumps to the top/bottom.
Specifications