Skip to content

Instantly share code, notes, and snippets.

@joshuaquek
Last active August 8, 2018 03:39
Show Gist options
  • Save joshuaquek/a239d529fc12bb10c9786fc615bf065c to your computer and use it in GitHub Desktop.
Save joshuaquek/a239d529fc12bb10c9786fc615bf065c to your computer and use it in GitHub Desktop.
Quick reference for using TMUX in Centos.
Summary: Quick reference for using TMUX in Centos.

Creating new Tmux session

tmux

Naming a session while in session:

ctrl+b then $

Detaching from a Tmux session while in session:

ctrl+b then d

Killing a Tmux session while in session

ctrl+b then &

or

ctrl+d

Reattach to a Tmux session:

tmux a

Reattach to a specific Tmux session:

tmux a -t nameofsession

Listing active Tmux sessions:

tmux ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment