Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
tmux
/
New named session
New named session
tmux
Start a new tmux session named 'work'
tmux new-session -s work
⎘ copy
#tmux
more tmux
all 17 commands →
Attach to session
tmux attach-session -t work
List sessions
tmux ls
Detach from session
<prefix> d
Kill session
tmux kill-session -t work
Split pane horizontally
<prefix> %