Skip to content

Instantly share code, notes, and snippets.

@akumbhani66
Forked from Kishan033/tmux.txt
Created November 4, 2019 08:09
Show Gist options
  • Save akumbhani66/7607f03c18391b7c518f5be044b038d1 to your computer and use it in GitHub Desktop.
Save akumbhani66/7607f03c18391b7c518f5be044b038d1 to your computer and use it in GitHub Desktop.
Tmux cheat sheet
1. Start new tmux session
tmux new -s [session_name]
2. List all session
tmux ls
2. Dive into session
tmux attach -t [session_name]
3. Exit the session without killing current session
Press ctrl+b then :detach
4. Kill the session
tmux kill-session [session_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment