add tmux guides

This commit is contained in:
Alexander Popov 2021-11-03 03:30:48 +03:00
parent d8dd73480c
commit b9f4110c28
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
4 changed files with 39 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Blog archive
Nothing!
## Tag's
=> unix/ *nix
=> ../ Back to home

View File

@ -0,0 +1,5 @@
# *nix notes
=> tmux.gmi Горячие клавиши tmux
=> ../ Back to home

View File

@ -0,0 +1,30 @@
# Горячие клавиши tmux
## Показать список сессий
```
tmux list-sessions
```
## Разделить панель
```
Ctrl + b " # по вертикали
Ctrl + b % # по горизонтали
```
## Перемещение по панелям
```
Ctrl + b [СТРЕЛКИ]
```
## Переименовать сессию
```
Ctrl + b $
```
## Закрыть сессию
```
Ctrl + b d
```
=> ../ Back to home

View File

@ -1,3 +1,5 @@
# ПОМОЕЧКА \_/
Nothing...
=> ../ Back to home