overmind icon indicating copy to clipboard operation
overmind copied to clipboard

Cannot terminate connected session

Open noctivityinc opened this issue 1 year ago • 5 comments
trafficstars

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

noctivityinc avatar Nov 28 '23 14:11 noctivityinc

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.

DarthSim avatar Nov 28 '23 17:11 DarthSim

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: @.***>

noctivityinc avatar Nov 28 '23 17:11 noctivityinc

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.

DarthSim avatar Dec 01 '23 17:12 DarthSim

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: @.***>

noctivityinc avatar Dec 01 '23 17:12 noctivityinc

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.

ioev avatar Jun 25 '24 17:06 ioev