DarthSim / overmind

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

Cannot terminate connected session #165

Open noctivityinc opened 7 months ago

noctivityinc commented 7 months ago

For some odd reason cntl+b+d is not terminating a connected rails session anymore. Any advice?

DarthSim commented 7 months ago

Hi @noctivityinc!

I might misunderstood you, but a tmux client can be disconnected with Ctrl+b and then d, not with Ctrl+b+d. Ctrl+b is a default tmux command prefix and it can vary depending on your tmux configuration.

noctivityinc commented 7 months ago

Yes I’ve tried all those combinations to no avail. Any ideas?

On Tue, Nov 28, 2023 at 12:26 PM Sergei Aleksandrovich < @.***> wrote:

Hi @noctivityinc https://github.com/noctivityinc!

I might misunderstood you, but a tmux client can be disconnected with Ctrl+b and then d, not with Ctrl+b+d. Ctrl+b is a default tmux command prefix and it can vary depending on your tmux configuration.

— Reply to this email directly, view it on GitHub https://github.com/DarthSim/overmind/issues/165#issuecomment-1830348098, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAATIAWV43L2J54EMWRSPL3YGYNGDAVCNFSM6AAAAAA753ZWWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGM2DQMBZHA . You are receiving this because you were mentioned.Message ID: @.***>

DarthSim commented 7 months ago

I'd recommend checking if the prefix key is redefined in your ~/.tmux.conf and /etc/tmux.conf configs. Look for something involving C-b or set-option -g prefix. Also, take note that tmux key bindings are sensitive to keyboard layout and CapsLock.

noctivityinc commented 7 months ago

Ok than you!

On Dec 1, 2023 at 12:00:30 PM, Sergei Aleksandrovich < @.***> wrote:

I'd recommend checking if the prefix key is redefined in your ~/.tmux.conf and /etc/tmux.conf configs. Look for something involving C-b or set-option -g prefix. Also, take note that tmux key bindings are sensitive to keyboard layout and CapsLock.

— Reply to this email directly, view it on GitHub https://github.com/DarthSim/overmind/issues/165#issuecomment-1836464713, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAATIAWVWTJCMPVOA4T53ZDYHIEK5AVCNFSM6AAAAAA753ZWWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZWGQ3DINZRGM . You are receiving this because you were mentioned.Message ID: @.***>

ioev commented 2 weeks ago

I just recently updated and now control-c doesn't close the overmind session anymore. I have to use overmind quit from another terminal. Maybe this is by design?

Ubuntu 18.04 through WSL2.