Re: Modifiers in nested tmux

2011-01-28 Thread Olivier Keun
I think i figured it out; i was using one of the example configs from the tmux site, and apparently this one had the C-arrow keys mapped to change windows: bind-key -n C-right next bind-key -n C-left prev While this apparently doesn't interfere with resize-pane in the local tmux, it doesn't work

Re: Modifiers in nested tmux

2011-01-28 Thread Olivier Keun
Thank you Nicholas. I've have just tried adding "set-window-option -g xterm-keys on" globally, or "setw -g xterm-keys on" from within tmux, but i'm seeing the same behaviour. This is the relevant part from my config: --- .tmux.conf --- # set prefix key to ctrl-a unbind C-b set -g prefix C-a # Al

Re: Modifiers in nested tmux

2011-01-28 Thread Nicholas Marriott
what does it show inside the first tmux if you do "cat" snd press C-Left? On Fri, Jan 28, 2011 at 12:06:23PM +0100, Olivier Keun wrote: >Thank you Nicholas. >I've have just tried adding "set-window-option -g xterm-keys on" globally, >or "setw -g xterm-keys on" from within tmux, but i'

Re: Modifiers in nested tmux

2011-01-28 Thread Nicholas Marriott
tmux doesn't support C-Left, Right etc inside unless you set the xterm-keys option. On Fri, Jan 28, 2011 at 01:00:26AM +0100, Olivier Keun wrote: >This is probably a simple question: >a) When i resize panes in a single tmux with C-b + C-Right, this works >okay. >b) When i do the s