tmux

C-b (master key)

--session
tmux
tmux attach

--window
c (create)
n (next)
p (previous)
l (switch last two)
, (rename window)

--pane
% (new vertically)
" (new horizontally)
o (move to diferent pane)
C-o C-o(rotate)
q (show pane sequence number)
<space> (switch pane layouts)

--command
:kill-server (exit tmux)