1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-13 18:39:30 +03:00
wezterm/docs/config/lua/config/tab_max_width.md
2022-01-01 17:35:27 -07:00

14 lines
229 B
Markdown

# `tab_max_width`
Specifies the maximum width that a tab can have in the
tab bar when using retro tab mode. It is ignored when
using fancy tab mode.
Defaults to 16 glyphs in width.
```lua
return {
tab_max_width = 16,
}
```