1 new-window vim meow5.asm
     
2 split-window -h bash
     
3 display-message "Welcome to the Thunderdome"
     
4 
     5 # TO TRY: send keys to run something in other one...
     
6 # First, name the other pane, then we can call it:
     
7 #tmux send-keys -t "pane name goes here" './build.sh run' Enter
     
8