forked from vincent/notebook
add tmux
This commit is contained in:
parent
58fb4f2c08
commit
fe76aa1ed8
26
IT/tmux.md
Normal file
26
IT/tmux.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Tmux
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user