tmux

tmux

July 10, 2023 | tool, linux, permanent

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


Links to this note

Go to random page

Previous Next