notebook/IT/TMUX.md

37 lines
684 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-15 16:47:12 +00:00
## copy in remote clipboard
shift+select to use remote selection clipboard
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
2021-04-20 18:56:58 +00:00
\- | 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
2021-02-16 19:11:54 +00:00
c | create window
n | next windows
2021-02-09 17:58:10 +00:00
, | rename windows
2021-02-16 19:11:54 +00:00
:new | new session
s | list session
2021-02-09 17:58:10 +00:00
## move into pane
Use atl with directional arrow or vim mode key jklm