fix(wezterm): set tab_max_width to 48

This allows some ssh titles to better show
This commit is contained in:
Price Hiller 2023-05-09 16:23:24 -05:00
parent a5fb9b8c8a
commit 66d694b66b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,6 +1,7 @@
return {
enable_tab_bar = true,
tab_bar_at_bottom = true,
tab_max_width = 48,
use_fancy_tab_bar = false,
hide_tab_bar_if_only_one_tab = false
}