On Tue, Sep 16, 2014 at 07:55:40PM +0200, Marc André Tanner wrote:
> I have cleaned up the cursor handling code in window.[ch] and implemented
> the CTRL-{U,D,E,Y} functionality in normal mode. However I'm not sure it
> behaves the way you expect it. Please test, and report back.

CTRL-{U,D} is working identically to vim.

CTRL-{F,B} were doing what U and D do now (move half-page up/down).

Now the latest changes made them move a full-page row (up/down)
but in the reverse direction. F should be Forward, B should be Back.

I noticed some odd differences between vis and vim in regard of the number of
rows calculated to be moved, but this should be irrelevant at this
stage.

Thanks for the feedback!

Reply via email to