split-window -p## / -l##

2011-04-27 Thread Paul Hirose
ve tried a variety of combinations. I can just create whatever size panes and then resize-pane (or use M-left/right/up/down). But I was hoping a simple split-window -h -l30 would give me a column 30chars wide (or split-window -v -l30 give me a row 30 lines high.) Thank you, PH == Paul Hiros

Execute command in both panes on split-window

2011-04-27 Thread Paul Hirose
uot;bottom up". The only lines (just for testing) in my tmux.test file is === new-session -d split-window -v -l 5 'ssh user@targethost' === And I run tmux -f tmux.test attach. I'd like to run "ssh user@targethost2"