zellij: Cannot tell which pane is focused if there are 2 panes and `pane_frame` is disabled
In tmux if there are 2 panes in a tab, then the pane border will be split into two. One with the inactive pane color and one with active pane color.
But on zellij it’s just the active pane color. This makes it impossible to tell which pane you have focused unless if you have pane_frame
enabled.
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 2
- Comments: 26 (7 by maintainers)
I wonder if using ASCII characters for the line break between the two panes would be sufficient?
Something like
My philosophy is that it’s better to not implement a UI than to implement a confusing UI.
I would vote strongly for dimming the inactive panes, similar to tmux, but I also think the point that someone made about accessibility might be valid. Ideally, multiple options would be available. I’d prioritize dimming the inactive panes. 😃
Hi,
I just tried zellij a couple of days ago, and I really miss something similar. I do not like wasting space on these separators and there is a better way (for my taste). In tmux there are
window-style
andwindow-active-style
options, so You can set different background for those. I usually set the active window toblack
(which is taken from the terminal, actually dark grey) and other windows to #000000. This way the background color defines the active window/pane. I would love that in zellij too.Thanks,
maybe “dim” the unfocused panes? have less contrast, less contrast or a lighter/darker background?
My bad, should have read the thread more carefully. Right now i have something working but it mimics tmux behavior and needs more work anyway. Going to wrap some things up and push it to GitHub then. I could give the proposed solution from #2180 a try nonetheless, but it would probably take some time. Sorry for the confusion!
Hey, i’m currently trying to implement this and i was wondering whether it should be a settable option for which part of the boundarie relates to which pane?
This introduces potential accessibility issues, as not all users may be able to distinguish them.
How do you know if up is right or left? This always bothered me in tmux.