Skip to content

Instantly share code, notes, and snippets.

@jarrod180
Last active January 25, 2019 05:43
Show Gist options
  • Select an option

  • Save jarrod180/a651cbabfdbd52f294fd5e6f4ec6a37b to your computer and use it in GitHub Desktop.

Select an option

Save jarrod180/a651cbabfdbd52f294fd5e6f4ec6a37b to your computer and use it in GitHub Desktop.
TMUX CHEAT SHEET
# Tmux Config File Location
~/.tmux.conf
# tmux Config Not Applied
# All TMUX sessions must be killed first
# Kill tmux server
tmux kill-server
# or
killall tmux
# Kill Sessions
tmux kill-session -t <target_session>
# Listing Sessions
tmux list-sessions
# Attaching to Sessions
tmux attach
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment