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