Limit width of Tab to a fixed maximum or otherwise (maybe text length) #15211
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Limit width of Tab to a fixed maximum or otherwise (maybe text length)
The Windows Terminal Tabs might grow too wide especially when using
"titleLength"
for Tab width mode. For example, sometimes when I run a Console App from Visual Studio in Windows Terminal, it will render the executables path as the Title, but there could be other reasons.With a long title, in the screenshot, my 3rd tab already breaks and tab scrolling is activated. I run into this situation many times and it keeps me from using the
"titleLength"
tab width mode.Long display proposal
Maybe the max. tab Title text length could be restricted in the configuration, e.g. to
40
characters. Split the text in half, remove overhead, put an Ellipsis in the middle.Javascript Semi-Code
The text was updated successfully, but these errors were encountered: