zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
21.99k stars 669 forks source link

duplicate session manager #3345

Open luwenxull opened 6 months ago

luwenxull commented 6 months ago

2. Issues with the Zellij UI / behavior / crash

Issue description

multiple session manager

Minimal reproduction

press 'ctrl-o w' then 'esc' multiple times

截屏2024-05-14 16 28 40

Other relevant information

giyany commented 6 months ago

I am not reproducing this, you may want to give us more information.

luwenxull commented 6 months ago

I am not reproducing this, you may want to give us more information.

https://github.com/zellij-org/zellij/assets/10540244/1bf14e7b-9f11-41bc-bb3e-5fc2603cb884

luwenxull commented 6 months ago

I am not reproducing this, you may want to give us more information.

just press 'ctrl-o w' to show session-manager then press 'esc' to hide

jo-adithya commented 4 months ago

I also have the same issue. DO you have a fix for this?

hsulab commented 4 months ago

Same issue for me. I guess a new session-manager will be created each time one hits Ctrl-o-w.

Also, the session-manager seems to be treated as a pane and entangled with the floating pane by Ctrl-p-w. See the issue #2979.

By the way, I am using the brew-installed zellij v0.40.1

jo-adithya commented 4 months ago

I've installed zellij both from homebrew and pacman, and both have the same issue.

trisub commented 4 months ago

I've installed zellij v0.40.1 through cargo and I have the same issue. Regardless of switching to another session or closing the session manager by pressing escape, the session manager pane lingers in the background. This builds up over time, i.e. a session that has maybe 3 visible panes actually has 10 panes (7 of which are session managers). The only workaround for me is to close the pane(s) that spawned the session managers.

marcosktsz commented 3 days ago

has anyone ever found a solution for this?