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