add tmux guides
This commit is contained in:
parent
d8dd73480c
commit
b9f4110c28
@ -1,5 +1,6 @@
|
|||||||
# Blog archive
|
# Blog archive
|
||||||
|
|
||||||
Nothing!
|
## Tag's
|
||||||
|
=> unix/ *nix
|
||||||
|
|
||||||
=> ../ Back to home
|
=> ../ Back to home
|
||||||
|
5
public/posts/unix/index.gmi
Normal file
5
public/posts/unix/index.gmi
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# *nix notes
|
||||||
|
|
||||||
|
=> tmux.gmi Горячие клавиши tmux
|
||||||
|
|
||||||
|
=> ../ Back to home
|
30
public/posts/unix/tmux.gmi
Normal file
30
public/posts/unix/tmux.gmi
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Горячие клавиши tmux
|
||||||
|
|
||||||
|
## Показать список сессий
|
||||||
|
|
||||||
|
```
|
||||||
|
tmux list-sessions
|
||||||
|
```
|
||||||
|
|
||||||
|
## Разделить панель
|
||||||
|
```
|
||||||
|
Ctrl + b " # по вертикали
|
||||||
|
Ctrl + b % # по горизонтали
|
||||||
|
```
|
||||||
|
|
||||||
|
## Перемещение по панелям
|
||||||
|
```
|
||||||
|
Ctrl + b [СТРЕЛКИ]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Переименовать сессию
|
||||||
|
```
|
||||||
|
Ctrl + b $
|
||||||
|
```
|
||||||
|
|
||||||
|
## Закрыть сессию
|
||||||
|
```
|
||||||
|
Ctrl + b d
|
||||||
|
```
|
||||||
|
|
||||||
|
=> ../ Back to home
|
@ -1,3 +1,5 @@
|
|||||||
# ПОМОЕЧКА \_/
|
# ПОМОЕЧКА \_/
|
||||||
|
|
||||||
Nothing...
|
Nothing...
|
||||||
|
|
||||||
|
=> ../ Back to home
|
||||||
|
Loading…
Reference in New Issue
Block a user