DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Reconfigure tmux on overmind boot #55

Closed brasic closed 5 years ago

brasic commented 5 years ago

I use tmux as my terminal multiplexer, so I thought overmind would be a great fit. But running overmind connect inside an existing tmux session results in a nested session. Nesting tmux sessions is fine, but it's only really usable if the inner and outer sessions have different prefix keys. I couldn't find a way to achieve this automatically with overmind. Here are some possible ways:

I'd be happy to open a PR to implement one of the above if a maintainer is interested!

DarthSim commented 5 years ago

Hi,

v2.0.3 supports -F flag for an alternative tmux config.

brasic commented 5 years ago

That is perfect, thanks so much!

tannakartikey commented 1 year ago

@brasic can you please share your Overmind tmux config? I use Tmux too but not pro enough to make both work.

Appreciate it. Thanks

For now, I just did overmind s -F /dev/null to open tmux with the default config.