Is it possible to have perfect window alignment as in Zellij? #8512
Answered
by
kovidgoyal
hernancerm
asked this question in
Q&A
Replies: 3 comments 1 reply
-
No, and when you run zellij inside a terminal emulator you will notice the
extra space is present there as well, just around the multiplexed area.
zellij (or any tty based multiplxer)
gets "perfect" alignment within the multiplexed area
by basically wasting a full cell on borders.
kitty (or any terminal based multiplexer) can use fractions of cells and
thus chooses not to waste so much space.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hernancerm
-
On Sat, Apr 05, 2025 at 10:04:14AM -0700, Hernán Cervera wrote:
Personally, I'm in favor of "perfect" alignment of windows, even if that means wasting space. It seems that the wasted space would only be 1 or 2 rows of text. Do you think there could be an option or any way to achieve this in kitty at some point in the future? This is a case where aesthetics over pragmatism is a clear win for me.
Not something I am interested in, but PRs are welcome.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
For future wanderers: I'm now using this look and I like it. It has the perfect window alignment and clear window selection indication. Only the window gaps are missing, but that has not bothered me during the few weeks I've used this setup. Here is the relevant part of my config to get the look: Extract from my
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use kitty's windows instead of using a multiplexer. However, I've seen that the panes in Zellij are aligned as if in a perfect grid, while in kitty they are not. In Zellij this is how panes look. Notice how the top border of Pane 1 aligns with the top border of Pane 2, and the bottom border of Pane 1 aligns with the bottom border of Pane 3.
By contrast, in kitty, I have not been able to achieve this alignment. The option placement_strategy controls how the extra space is distributed, but the extra space still exist. Is there a way for the alignment to be perfect as in Zellij?
Thanks, Hernán.
Beta Was this translation helpful? Give feedback.
All reactions