tmux new -s #creates new session tmux attach -t #attaches to a closed session tmux ls #lists active sessions ---------- ^ denotes Ctrl ------------------------ ^a d #detaches from the current session ^a c #creates new window alt #switches focus between panes (like vim) ^a u #splits pane vertically ^a i #splits pane horizontally ^a <1-9> #switches view between windows