Summary

Tmux is a terminal multiplexer an alternative to GNU Screen . In other words, it means that you can start a Tmux session and then open multiple windows inside that session. Each window occupies the entire screen and can be split into rectangular panes.

Cheat sheet

  1. prefix command default: ctrl+b custom: ctrl+w all the commands below are with prefix
  2. detach session: d
  3. attach: tmux attach -t(-d) name
  4. switch between sessions: ()
  5. list sessions: ls
  6. close pane: x
  7. new session: :new -s name
  8. copy mode: <prefix> [ then use vim mode command move around and copy(y) and paste(p)