Re: Re: [PATCHv2 5/6] Allow '$' and '^' in select-window index.

2013-01-06 Thread Raghavendra D Prabhu
Hi, * On Mon, Dec 24, 2012 at 12:38:59PM +, Nicholas Marriott wrote: Applied, with man page bits :-). On Sat, Dec 15, 2012 at 05:32:20AM +0530, Raghavendra D Prabhu wrote: This allows one to select the last window (not last-window but window with highest index), so one can bind it to '

Re: [PATCHv2 5/6] Allow '$' and '^' in select-window index.

2012-12-24 Thread Nicholas Marriott
Applied, with man page bits :-). On Sat, Dec 15, 2012 at 05:32:20AM +0530, Raghavendra D Prabhu wrote: > This allows one to select the last window (not last-window but window with > highest index), so one can bind it to 'select-window -t:$' to jump to the end > window, and similary bind to 'selec

[PATCHv2 5/6] Allow '$' and '^' in select-window index.

2012-12-14 Thread Raghavendra D Prabhu
This allows one to select the last window (not last-window but window with highest index), so one can bind it to 'select-window -t:$' to jump to the end window, and similary bind to 'select-window -t:^' to jump to the first window (first determined by base-index). Signed-off-by: Raghavendra D Prab