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
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
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'
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