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