You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to accomplish the equivalent of the following tmux command
The
-d
will create the session but will not attach to it.Looking though the
options
list there is an option calledattach-to-session
which states:When trying to use this option it still attaches to the newly created session.
I saw that it was referring to
session_name
in the options so I attempted to use that instead and that does not work either.Is there a way to create a session without connecting to it?
Beta Was this translation helpful? Give feedback.
All reactions