Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created July 17, 2013 09:10
Show Gist options
  • Save sneeu/6019015 to your computer and use it in GitHub Desktop.
Save sneeu/6019015 to your computer and use it in GitHub Desktop.

With tmux, you can replace both:

tmux new -s project
tmux attach -t project

with:

tmux new -A -s project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment