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

229 B

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.

return {
  tab_max_width = 16,
}