Skip to content

Instantly share code, notes, and snippets.

View ryanseamons's full-sized avatar

Ryan Seamons ryanseamons

View GitHub Profile
@ryanseamons
ryanseamons / TMUX Crash Course
Created February 16, 2013 21:56
TMUX Fundamentals
#http://robots.thoughtbot.com/post/2641409235/a-tmux-crash-course
tmux new -s session_name
creates a new tmux session named session_name
tmux attach -t session_name
attaches to an existing tmux session named session_name
tmux switch -t session_name
switches to an existing session named session_name
tmux list-sessions
lists existing tmux sessions