forked from vincent/notebook
29 lines
438 B
Markdown
29 lines
438 B
Markdown
# Tmux
|
|
|
|
![tmux](img/Tmux.png)
|
|
|
|
## 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
|
|
\| | split horizontal panel
|
|
z | full screen panel
|
|
, | rename windows
|
|
## move into pane
|
|
|
|
Use atl with directional arrow or vim mode key jklm
|
|
|
|
|