사용자 도구

사이트 도구


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 화살표

tmux scroll

~/.tmux.conf에 추가

set -g terminal-overrides 'xterm*:smcup@:rmcup@'

tmux-xpanes

xpanes -c 'ssh n{} -t htop' {1..8}
tmux.txt · 마지막으로 수정됨: 2024/03/23 02:38 저자 127.0.0.1