Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
tmux
/
Kill session
Kill session
tmux
Terminate a named session and all its windows
tmux kill-session -t work
⎘ copy
#tmux
more tmux
all 17 commands →
Split pane horizontally
<prefix> %
Split pane vertically
<prefix> "
Navigate between panes
<prefix> <arrow keys>
Resize pane
tmux resize-pane -D 5
New window
<prefix> c