Last active
August 29, 2015 14:07
-
-
Save firedev/204119182d482848bb71 to your computer and use it in GitHub Desktop.
tmux-new
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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