notebook/IT/tmux.md

31 lines
535 B
Markdown
Raw Normal View History

2021-02-09 17:58:10 +00:00
# Tmux
2021-02-09 18:05:11 +00:00
![tmux](img/Tmux.png)
2021-02-14 09:43:11 +00:00
personal config [Here](https://git.ducamps.win/vincent/conf2/src/branch/master/tmux/.tmux.conf)
2021-02-09 17:58:10 +00:00
## command
command | comportment
--------|------------
ls | print running session
attach -t 0 | connect to session pass in parameter
## keyboard shortcut
- master key: ctrl-b
key|comportment
---|-----------
? | print all shortcut
- | split vertical panel
2021-02-09 18:05:11 +00:00
\| | split horizontal panel
2021-02-09 17:58:10 +00:00
z | full screen panel
, | rename windows
## move into pane
Use atl with directional arrow or vim mode key jklm