Re: [dev] [vis][PATCH] Window line up/down

From: Marc André Tanner <mat_AT_brain-dump.org>
Date: Mon, 15 Sep 2014 18:52:07 +0200

Hi Caudio,

Thanks, will incorporate your requested functionality.

On Sun, Sep 14, 2014 at 06:25:30PM +0200, Claudio wrote:
> _AT_@ -93,8 +93,10 @@ static KeyBinding basic_movement[] = {
> { { KEY(SRIGHT) }, movement, { .i = MOVE_WORD_START_NEXT } },
> { { KEY(UP) }, movement, { .i = MOVE_LINE_UP } },
> { { KEY(DOWN) }, movement, { .i = MOVE_LINE_DOWN } },
> - { { KEY(PPAGE) }, cursor, { .m = window_page_up } },
> - { { KEY(NPAGE) }, cursor, { .m = window_page_down } },
> + { { CONTROL('u') }, cursor, { .m = window_page_up } },
> + { { CONTROL('d') }, cursor, { .m = window_page_down } },
> + { { CONTROL('y') }, cursor, { .m = window_line_up } },
> + { { CONTROL('e') }, cursor, { .m = window_line_down } },

As you probably found out in the meantime this should probably not
be hooked up via the basic_movement array which is the "root mode"
and enabled at all time.

-- 
 Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
Received on Mon Sep 15 2014 - 18:52:07 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 15 2014 - 19:00:10 CEST