[EMAIL PROTECTED] wrote:
> Greetings,
>
> I am trying to bind the alt+left_arrow and alt+right_arrow keys to be
> the screen prev and next commands, respectively. I can easily do this
> in xterm via:
>
> bindkey "^[[1;3D" prev # xterm: alt + left arrow
> bindkey "^[[1;3C" next
Greetings,
I am trying to bind the alt+left_arrow and alt+right_arrow keys to be
the screen prev and next commands, respectively. I can easily do this
in xterm via:
bindkey "^[[1;3D" prev # xterm: alt + left arrow
bindkey "^[[1;3C" next # xterm: alt + right arrow
I obtaine