Re: Selecting a pane with a keyboard shortcut

2010-02-05 Thread Nicholas Marriott
You can bind the select-pane command to any key you like, or do something like to give you a prompt: bind \; command-prompt 'select-pane -t :.%%' On Thu, Feb 04, 2010 at 11:12:37PM -0700, Amjidanutpan Ramanujam wrote: >Hi, >** *First of all thank you very much for adding the option to se

Re: Selecting a pane with a keyboard shortcut

2010-02-05 Thread Robin Lee Powell
On Thu, Feb 04, 2010 at 11:12:37PM -0700, Amjidanutpan Ramanujam wrote: >My question is: Is there a way to assign a shortcut key to jump to a >pane based on pane number? bind-key S command-prompt "select-pane -t .%1" will set "^b S" to ask you for a pane number (after which you have to h

Selecting a pane with a keyboard shortcut

2010-02-04 Thread Amjidanutpan Ramanujam
Hi, First of all thank you very much for adding the option to select a pane with the mouse in rev 1.1. It makes a world of difference. My question is: Is there a way to assign a shortcut key to jump to a pane based on pane number? I realize there is a key to do the down pane and up pane.