Session
tmux new -s (session_name}
세션 생성
tmux ls
세션 리스트
tmux attach -t {session_number}
세션 다시 시작
(ctrl+b) d
세션 삭제(delete)
exit
세션 종료
Window
(ctrl+b) c
새 윈도우 Create
(ctrl+b) 숫자
윈도우 이동
(ctrl+b) [
스크롤 모드 진입
q 스크롤 모드 나가기
Pane
(ctrl+b) %
좌우로 나누기
(ctrl+b) “
위아래로 나누기
(ctrl+b) 방향키
이동하기
(ctrl+d)
틀 삭제