v0.1.1
New Features
- Tmux session will be reused instead of nested by default if it is detected.
- The above behavior can be overwritten by providing the new option
--session-mode
, where--session-mode new-session
will create a new session and--session-mode current-session
will reuse anyway whether there is an existing session or not.