tmux new -s <name> create a new session with <name>
tmux attach -s <name> attach to a session with <name>
ctrl + a = prefix key
prefix | = split window vertically
prefix _ = split window horizontally
prefix [ = select previous pane
prefix ] = select next pane