Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR BASIC

tmux commands

# List Existing Sessions
tmux ls

# Start New Session With Name
tmux new -s <Session Name>

# Attach To An Existing Session
tmux attach-session -t <Session Name>

# Detach From The Current Session
Ctrl+B D
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #tmux #commands
ADD COMMENT
Topic
Name
9+3 =