start new:
tmux
start new with session name:
tmux new -s myname
attach:
tmux a # (or at, or attach)
attach to named:
tmux a -t myname
list sessions:
tmux ls
kill session:
tmux kill-session -t myname
prefix ctrl+b
and then:
:new<CR> new session
s list sessions
$ name session
c new window
, name window
w list windows
f find window
& kill window
% horizontal split
" vertical split
o swap panes
q show pane numbers
x kill pane
d detach
t big clock
? list shortcuts
: prompt