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

bind-key and select-pane

2010-03-23 Thread Yuri Bochkarev
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 not find any bindings for pane selection by its number. It is possible to do a binding as follows: Ctrl-b z 1 -- select pane 1 Ctrl-b z 2 -- select pane 2 and so on? Thank you in ad