tmux
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
tmux [2017/09/26 03:31] – [기본 사용법] rex8312 | tmux [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 6: | 줄 6: | ||
tmux ls | tmux ls | ||
+ | | ||
+ | 세션 생성 | ||
+ | |||
+ | tmux new -s (세션이름) | ||
+ | | ||
+ | 키입력 동기화 | ||
+ | |||
+ | tmux setw synchronize-panes | ||
| | ||
세션 detach | 세션 detach | ||
줄 14: | 줄 22: | ||
tmux attach -t {세션번호} | tmux attach -t {세션번호} | ||
+ | | ||
+ | pane 횡분할 | ||
+ | |||
+ | ctrl+b % | ||
+ | |||
+ | pane 종분할 | ||
+ | |||
+ | ctrl+b " | ||
+ | |||
+ | pane 사이즈 조절 | ||
+ | |||
+ | ctrl+b space | ||
+ | |||
+ | pane 이동 | ||
+ | | ||
+ | ctrl+b 화살표 | ||
| | ||
줄 28: | 줄 52: | ||
+ | ===== tmux-xpanes ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | <code bash> | ||
+ | xpanes -c 'ssh n{} -t htop' {1..8} | ||
+ | </ |
tmux.1506396667.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)