overmind icon indicating copy to clipboard operation
overmind copied to clipboard

On `connect`, create a new tmux session and move the relevant window in

Open canadaduane opened this issue 1 year ago • 1 comments

(For context--My team is new to tmux. Overmind has been a fantastic process management solution in conjunction with turborepo for us).

Use case:

  • Connect to one overmind/tmux session per Mac OS Terminal tab

We'd like to be able to open multiple tabs in Terminal, and run overmind connect [service] once per tab, with a different service per tab. However, currently, when connecting to more than one service in this way, tmux treats it as the same session and essentially makes ALL tabs view the same window (tmux has a concept of one current/active window per session).

Is there a way to disable this behavior, or create a new session per overmind connect [service] call, and move the tmux window for that service into that session?

canadaduane avatar Apr 20 '23 22:04 canadaduane