#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 ?