Command 썸네일형 리스트형 Github 명령어 모음 더보기 TMUX 명령어/Command 모음 Create Session $ tmux # numbers starting from 0 automatically assigned to the created session for its name or $ tmux new -s [name] Kill Session $ tmux kill-session -t [name] Hide & Visible Session $ ctrl + b + d # hide $ tmux attach -t [name] # visible Check Current Sessions $ tmux ls Create a new tab on the current session $ ctrl + b + c Move to another tab $ ctrl + b + [tab number] 더보기 이전 1 다음