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 ----------------------------------------------- differnt files: tmux.conf just the regular tmux config tmux.conf.styleBattery same as tmux.conf but with a battery life indicator (requires acpi) tmux.conf.style0 config I am using currently. Minimal, looks like bars are floating tmux.conf.style1 similar to style0, different colors