add changes to tmux note
This commit is contained in:
parent
cc9366d850
commit
9f52254fe6
@ -1,9 +1,19 @@
|
||||
# Горячие клавиши tmux
|
||||
|
||||
## Показать список сессий
|
||||
## Создать сесссию
|
||||
```
|
||||
tmux new -s session_name
|
||||
```
|
||||
|
||||
## Показать список сессий
|
||||
```
|
||||
tmux list-sessions
|
||||
tmux ls
|
||||
```
|
||||
|
||||
## присоединиться к сессии
|
||||
```
|
||||
tmux attach-session -t number
|
||||
```
|
||||
|
||||
## Разделить панель
|
||||
|
Loading…
Reference in New Issue
Block a user