Re: rxvt-unicode and alt+arrow bindings

2007-06-21 Thread Micah Cowan
[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

rxvt-unicode and alt+arrow bindings

2007-06-21 Thread jieryn
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