Closed estin closed 1 week ago
hm... popup panes are locked by default too )
Ctrl-g and they start works )
Does it work without a config? Eg. with zellij setup --clean
?
Does it work without a config? Eg. with
zellij setup --clean
?
yes. it work as expected. no lock by default and popup panes accept commands
Sounds like this is something specific in the config then? I realize the behavior may have changed in the version, but if you'd like to troubleshoot it and find an exact reproduction of what worked in a different way before than now, that would be great.
Can reproduce by following configs.
on SwitchToMode "locked"
works as expected
on SwitchToMode "normal"
requires extra Ctrl-g to start typing session name on new zellij version. It was my config for pervious zellij version.
Zellij only sends keys to the panes running inside it (terminal panes or plugin panes such as the session manager) in locked
mode and in the base mode (in your case it is also locked). This is a fix from the previous version, I think doing otherwise would be unexpected (because then we'd reach a situation in which in normal
mode - for example - Zellij would intercept some keys and send the others to the underlying plugin/terminal).
Sounds like you found a fix though, by getting Ctrl o
+ w
to switch back to locked
mode, right?
yes, now understand locked logic. thanks!
Sure thing, sorry for the confusion!
Hi! after update to 0.41.1 (arch linux via pacman) popup panes doesn't accept commands
Case
start
Unlock (locked by default) and open session-manager Ctrl-g Ctrl-o w
Session manager doesn't react on any keys and all pop-up panes doesn't react too.
basic info and logs
`zellij --version`: `zellij 0.41.1` `stty size`: `47 240` `uname -av`: `Linux archlinux 6.11.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000 x86_64 GNU/Linux` [zellij.log](https://github.com/user-attachments/files/17697736/zellij.log) [zellij-22.log](https://github.com/user-attachments/files/17697738/zellij-22.log)P.S. I can help to debug it