Open
Description
When I initially added support for a bunch of Vim's scrolling methods, I skipped over z+
and z^
, which scroll the window so that the line the cursor is on is placed just outside of the viewport. There should be a new variant added, ScrollStyle::CursorOut
, which takes a MoveTerminus
and Axis
, to support these keybindings.
Activity