disable_multiplexer_nav_when_zoomed = true doesnt work on zellij? #348
-
|
Im not sure if this because im using wsl but I can still focus pane when Im on fullscreen. |
Beta Was this translation helpful? Give feedback.
Answered by
mrjones2014
Jul 14, 2025
Replies: 1 comment
-
|
This is because determining whether the pane is zoomed in Zellij is not currently supported (there is no real way that Zellij exposes this information, except through the Zellij Plugin API which doesn't apply here). I can update it to log a warning. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrjones2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because determining whether the pane is zoomed in Zellij is not currently supported (there is no real way that Zellij exposes this information, except through the Zellij Plugin API which doesn't apply here).
I can update it to log a warning.