Pane Number Order

2015-01-24 Thread Anthony
h -t 0:1.4 tmux split-window -v -t 0:1.2 tmux split-window -h -t 0:1.6 Any pointers you could give me to explain this would be great. Again, thank you. -anthony -- New Year. New Location. New Benefits. New Data Center

Re: Selecting named windows programmatically?

2013-02-20 Thread ANTHONY MOLINARO
Thanks, I actually meant window_id, but wrote window_index. I will try this out. -Anthony On Feb 20, 2013, at 3:30 PM, Nicholas Marriott wrote: > select-window -t:foo > > But note that foo will follow the normal rules to match window names, so > if you want it to be only exa

Selecting named windows programmatically?

2013-02-20 Thread Anthony Molinaro
o a window by id. The closest command I can find is select-window but that seems to only allow selection by last, next and previous. I also see find-window which seems like what I would want but it needs to be run interactively and I'd like to do thi