Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
tmux
/
Создать именованную сессию
Создать именованную сессию
tmux
Создать новую tmux сессию с именем 'work'
tmux new-session -s work
⎘ copy
#tmux
more tmux
all 17 commands →
Подключиться к сессии
tmux attach-session -t work
Список сессий
tmux ls
Отсоединиться от сессии
<prefix> d
Удалить сессию
tmux kill-session -t work
Разделить горизонтально
<prefix> %