tmux-sinppets
tmux
# attach a tmux session
tmux attach
# split window into 2 panes
ctrl+b % # horizontally
ctrl+b double-quotation-mark # vertically
# switch panes
ctrl+b o
ctrl+b arrow-keys
ctrl+b 1,2,3
# new window
ctrl+b c
# close pane, last pane on the window also closes window
ctrl+b x
# detach from current tmux session
ctrl+b d