October 19, 2024
  • Launch new session
tmux new -s ${session-name}
  • list up sessions
tmux ls
  • attach a session
tmux attach -t ${session-name}
  • detach a session
After prefix input with "Ctrl + b", and d
  • kill a session
tmux kill-session -t ${session-name}

Window Operations

  • c : create new window
  • w : choose listed up window
  • 0-9 switch to the specific window
  • & : abort a window