Skip to content

Instantly share code, notes, and snippets.

@firedev
Last active August 29, 2015 14:07
Show Gist options
  • Save firedev/204119182d482848bb71 to your computer and use it in GitHub Desktop.
Save firedev/204119182d482848bb71 to your computer and use it in GitHub Desktop.
tmux-new
➜ local git:(master) tmux-new test
➜ local git:(master) tmux new-session -d test
sessions should be nested with care, unset $TMUX to force
➜ local git:(master) tmux new-session -dP test
sessions should be nested with care, unset $TMUX to force
➜ local git:(master) tmux new-session -S dotfiles -dP test
new-session: illegal option -- S
usage: new-session [-AdDP] [-c start-directory] [-F format] [-n window-name] [-s session-name] [-t target-session] [-x width] [-y height] [command]
➜ local git:(master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment