Re: xterm keys; recent changes breaking my setup

2013-02-18 Thread Nicholas Marriott
On Mon, Feb 18, 2013 at 09:32:56PM +, Daniel wrote: > So, it seems that these two lines in .Xresources are still needed > >> URxvt*keysym.C-Tab: \033[27;5;9~ > >> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~ Yes, urxvt does not send the xterm "modifyOtherKeys" codes by default (if at all). > >

Re: xterm keys; recent changes breaking my setup

2013-02-18 Thread Daniel
So, it seems that these two lines in .Xresources are still needed >> URxvt*keysym.C-Tab: \033[27;5;9~ >> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~ But in .tmux.conf this is now enough >> bind -n C-Tab last-window >> bind -n C-S-Tab next-window At least for urxvt, which I am running. So tmux is ab

Re: xterm keys; recent changes breaking my setup

2013-02-18 Thread Daniel
On 2013-02-18, Nicholas Marriott wrote: > If you change your bindings from F19 and F20 to C-Tab and C-S-Tab, do > they work? Yay, they do! So those recent changes actually solved properly what I had managed to accomplish before in a roundabout way. -

Re: xterm keys; recent changes breaking my setup

2013-02-18 Thread Nicholas Marriott
If you change your bindings from F19 and F20 to C-Tab and C-S-Tab, do they work? On Mon, Feb 18, 2013 at 05:08:09PM +, Daniel wrote: > I have since quite some time had a special setup for using C-Tab and > C-S-Tab to flip between tmux windows. In the latest git, this does not > work anymore.