add changes to tmux note

This commit is contained in:
Alexander Popov 2022-02-27 10:45:52 +03:00
parent cc9366d850
commit 9f52254fe6
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 11 additions and 1 deletions

View File

@ -1,9 +1,19 @@
# Горячие клавиши tmux
## Показать список сессий
## Создать сесссию
```
tmux new -s session_name
```
## Показать список сессий
```
tmux list-sessions
tmux ls
```
## присоединиться к сессии
```
tmux attach-session -t number
```
## Разделить панель