사용자 도구

사이트 도구


tmux

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tmux [2017/05/06 04:00] – [tmux] rex8312tmux [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 2: 줄 2:
  
 ==== 기본 사용법 ==== ==== 기본 사용법 ====
 +
 +세션 목록 
 +
 +  tmux ls
 +  
 +세션 생성
 +
 +  tmux new -s (세션이름)
 +  
 +키입력 동기화
 +
 +  tmux setw synchronize-panes
 +  
 +세션 detach
 +
 +  ctrl+b, d
 +  
 +세션 attach
 +
 +  tmux attach -t {세션번호}
 +  
 +pane 횡분할
 +
 +  ctrl+b %
 +
 +pane 종분할
 +
 +  ctrl+b "
 +
 +pane 사이즈 조절
 +
 +  ctrl+b space
 +
 +pane 이동
 +  
 +  ctrl+b 화살표
 +  
  
   - http://www.haruair.com/blog/2124   - http://www.haruair.com/blog/2124
줄 15: 줄 52:
  
  
 +===== tmux-xpanes =====
 +
 +  * https://github.com/greymd/tmux-xpanes
 +
 +<code bash>
 +xpanes -c 'ssh n{} -t htop' {1..8}
 +</code>
tmux.1494043212.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)