Re: Execute command in both panes on split-window

2011-04-27 Thread Nicholas Marriott
Er by which I mean as if you had done eg $ tmux new C-b " C-b % So that would translate to in .tmux.conf: new splitw splitw -h On Wed, Apr 27, 2011 at 10:34:45PM +0100, Nicholas Marriott wrote: > Not really very clear what you want to do but try eg > > new -d 'command1' > splitw -v 'command2'

Re: Execute command in both panes on split-window

2011-04-27 Thread Nicholas Marriott
Not really very clear what you want to do but try eg new -d 'command1' splitw -v 'command2' I find it is best to think of stuff you put in .tmux.conf (after the first "new -d") as if you had done them yourself. On Wed, Apr 27, 2011 at 09:17:10PM +, Paul Hirose wrote: > In short, the split-w