Hi Caudio,

Thanks, will incorporate your requested functionality.

On Sun, Sep 14, 2014 at 06:25:30PM +0200, Claudio wrote:
> @@ -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

Reply via email to