Re: mac terminal+tmux

2010-03-24 Thread Nicholas Marriott
So your terminal outputs \033[OP for the function keys but the terminfo description you are using says F1 is \033[11~. Why are you using xterm-color? Function keys should be correct with either xterm or xterm-xfree86. On Wed, Mar 24, 2010 at 11:41:08AM -0500, Redding, Erik wrote: > Thanks for th

Re: bind-key and select-pane

2010-03-24 Thread Nicholas Marriott
Can't bind to multiple keys at the moment. Nothing stops you doing eg though: bind F1 select-pane -t:.1 On Tue, Mar 23, 2010 at 03:28:15PM +0300, Yuri Bochkarev wrote: > Hello. > > Default key bindings are so that Ctrl-b 1 selects window 1, Ctrl-b 2 > selects window 2 and so on. But I could no

Re: mac terminal+tmux

2010-03-24 Thread Nicholas Marriott
What do you actually get when you run "cat" and press the function keys, outside tmux? Also please send the output of "tmux info" from inside tmux. On Tue, Mar 23, 2010 at 08:17:45PM -0500, Redding, Erik wrote: > I'm on a mac using terminal, SSH to a linux box, which runs tmux - it's my > jump

mac terminal+tmux

2010-03-24 Thread Redding, Erik
I'm on a mac using terminal, SSH to a linux box, which runs tmux - it's my jump point. I'm trying to find out a way to get the function keys to work properly so I can bind them to switch between sessions. bind -n F1 switchc -t0 bind -n F2 switchc -tWork # session initialization new -s0 neww -d