Skip to content

Instantly share code, notes, and snippets.

@uonr
Last active October 25, 2018 15:00
Show Gist options
  • Save uonr/a0cb9c803ae78fe8746ae9197eae1d20 to your computer and use it in GitHub Desktop.
Save uonr/a0cb9c803ae78fe8746ae9197eae1d20 to your computer and use it in GitHub Desktop.
iterm2 + tmux super power
# iterm2 tmux
function conn() {
ssh -t $1 "tmux -CC new-session -A -s foo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment