Replies: 2 comments
-
|
You can see per window titles in kitty but only when using the focus_visible_window action https://sw.kovidgoyal.net/kitty/actions/#action-focus_visible_window In this case the window title is drawn on top of the top line of each split. Showing window titles above each split would require dedicating space for them, which IMO is not a very good tradeoff. The most common need to identify windows is when switching between them, which focus_visible_window takes care of. That said having it be option, defaulting to off is fine by me, in principle. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the feedback @kovidgoyal . I went ahead and implemented this as an opt-in feature. Pr is up at #9450 . It adds a Also includes options for colors, text alignment, and templates using the same syntax as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using the Splits layout with several windows in a single tab, it can be hard to tell at a glance which window is which -- especially when they're running similar-looking commands or output.
Both terminator (by default) and tmux with (
pane-border-format) show a small label on each pane with its title or running process. I find this really helpful for orientation when I have 4+ splits open.Kitty has
tab_title_templatefor tabs, andwindow_titleexists as a concept, but there doesn't seem to be a way to display a visible label on each window with a split layout.Has anyone found a good workaround for this? And is there a broader interest in something like this as a feature -- maybe a
window_title_templaterendered at the top/bottom of each window in split layouts?Curious if others run into this or if there is broader interest in implementing.
Beta Was this translation helpful? Give feedback.
All reactions