Open EpocSquadron opened 2 years ago
- Add
ctrl-f
andctrl-d
as equivalents ofpage down
andpage up
in normal mode
We already have ctrl-f
, ctrl-b
, ctrl-d
and ctrl-u
in normal mode:
Somehow missed that.
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 j
/k
equivalent for doc popups? I like the half-page movement, but sometimes it's convenient to have fine-grained per-line movement
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 equivalents