-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Page up/down and half up/down consistency #1614
Comments
We already have helix/helix-term/src/keymap.rs Lines 628 to 631 in 392dfa0
|
Somehow missed that. |
#1612 will fix the third task, and leave the half-height equivalents for another PR. |
Updated for accuracy. We just have a few places to implement the half-page movements and then this is all set. |
Is there a chance that some future release will have a |
If it intent is to be consistent with the keybindings for screen movement from vim, we should ensure they are in place and act consistently throughout:
ctrl-f
andctrl-b
as equivalents ofpage down
andpage up
in normal modectrl-d
andctrl-u
for popupsctrl-d
andctrl-u
for pickersctrl-f
andctrl-b
to popups, to complement the half height equivalentsThe text was updated successfully, but these errors were encountered: