Skip to content

Instantly share code, notes, and snippets.

@ayunami2000
Created October 16, 2022 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayunami2000/fc6b63e80ebe1d34b4715a3d730f92e7 to your computer and use it in GitHub Desktop.
Save ayunami2000/fc6b63e80ebe1d34b4715a3d730f92e7 to your computer and use it in GitHub Desktop.
ayunami's tmux rundown

https://code-maven.com/slides/linux/tmux-multiple-session
tmux new -s sample -- makes a new session called "sample"
tmux a -t sample -- attach to the session named "sample"
CTRL+B then press D -- detach from a session
tmux ls -- list current tmux sessions
CTRL+B then press X then press y -- terminate a session

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