tmux - the essentials
Tmux - the essentials is a concise article by David Winter giving a gentle introduction to the tmux terminal multiplexer.
tmuxcreate a new tmux sessiontmux lslist any existing tmux sessionstmux areattach to the last open tmux sessionctrl+bthe default tmux command prefixprefix+ddetach from current tmux sessionprefix+ccreate a new windowprefix+0-9to switch to the numbered windowprefix+,rename the existing windowprefix+%split the current pane into two vertical panes, left and rightprefix+"split the current pane into two horizontal panes, top and bottomprefix+qview numbered panes for current windowprefix+q,0-9switch to pane immediately after displaying pane numbersprefix+zto zoom and unzoom
(via)