TODO
tmux new -s session_name tmux a -t session_name # "a" for attach # Or make it a create-if-not-exists with "tmux a -t $1 || tmux new -s $1" tmux kill-ses -t session_name Ctrl + b, % # Verical split Ctrl + b, " # Horizontal split Ctrl + b, left/right/up/down # Go to pane in the direction Ctrl + b, o # Next pane Ctrl + b, {/} # Go to left/right pane Ctrl + b, x # Kill pane Ctrl + b, ! # Convert pane to window Ctrl + b, c # Create window Ctrl + b, n/p # Go to next/prev window Ctrl + b, 0-9 # Go to window by number Ctrl + b, & # Kill window # See more at: https://www.reddit.com/r/linux4noobs/comments/wqlkuy/cheatsheet_with_tmux_shortcuts/#lightbox