detatch other attached clients: C-a D
Ctrl-a 1 through Ctrl-a 9 of course. Ctrl-a n means "next". Ctrl-a p means "prev. Ctrl-a ' lets you type a longer number.
See:
To change tabs interactively: C-a '
To change tabs by moving left or right (from http://superuser.com/questions/755634/how-to-quickly-switch-to-n-10-windows-in-tmux): C-a C-n and C-a C-p (vi movement keys, hold Ctrl for both a and the letter).
Change the bottom bar color:
set status-bg red set status-fg white
Or use set -g to change it for every tmux session on the box.
haA " - split vertically haA % - split horizontally (allegedly) haA arrow key - move to another pane