# you can make as many tabs as you wish... # tab names are actually arbitrary at this point too. --- - tab1: cd ~/foo/bar - tab2: - mysql -u root - use test; - show tables; - tab3: echo "hello world" - tab4: cd ~/baz/ && svn up - tab5: top