내용으로 건너뛰기
Out of the Box
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
Fold/unfold all
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
tmux
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== tmux ====== ==== 기본 사용법 ==== 세션 목록 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 - https://gist.github.com/LeoHeo/70d191eb629b7e3e3084278e19a73e38 ==== tmux scroll ==== ~/.tmux.conf에 추가 set -g terminal-overrides 'xterm*:smcup@:rmcup@' - https://blog.outsider.ne.kr/702 ===== tmux-xpanes ===== * https://github.com/greymd/tmux-xpanes <code bash> xpanes -c 'ssh n{} -t htop' {1..8} </code>
tmux.txt
· 마지막으로 수정됨: 2024/03/23 02:38 저자
127.0.0.1
문서 도구
문서 보기
이전 판
역링크
Fold/unfold all
맨 위로