====== 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 xpanes -c 'ssh n{} -t htop' {1..8}