From 9f52254fe62a685f33529b85535b81ddf0f77ac0 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 27 Feb 2022 10:45:52 +0300 Subject: [PATCH] add changes to tmux note --- public/ru/notes/unix/tmux.gmi | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/ru/notes/unix/tmux.gmi b/public/ru/notes/unix/tmux.gmi index 5db5025..75cc44e 100644 --- a/public/ru/notes/unix/tmux.gmi +++ b/public/ru/notes/unix/tmux.gmi @@ -1,9 +1,19 @@ # Горячие клавиши tmux -## Показать список сессий +## Создать сесссию +``` +tmux new -s session_name +``` +## Показать список сессий ``` tmux list-sessions +tmux ls +``` + +## присоединиться к сессии +``` +tmux attach-session -t number ``` ## Разделить панель