#new session
tmux new -s new_session
#list session
tmux ls
#detach
ctrl+b then d
#attach
tmux attach -t new_session
#list all command
ctrl+b then ?
tmux command list
various usefull tmux command collection
One minute to read
ipang