Skip to content

Instantly share code, notes, and snippets.

@algotrader-dotcom
Created October 6, 2015 06:37
Show Gist options
  • Save algotrader-dotcom/09f7dcaab40c2612ba6e to your computer and use it in GitHub Desktop.
Save algotrader-dotcom/09f7dcaab40c2612ba6e to your computer and use it in GitHub Desktop.
Tmux Cheatsheet
# Start new session with myname
tmux new -s myname
#Attach to tmux with named
tmux a -t myname
#List all tmux session
tmux ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment