fix(wezterm): set tab_max_width to 48
This allows some ssh titles to better show
This commit is contained in:
parent
a5fb9b8c8a
commit
66d694b66b
@ -1,6 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
enable_tab_bar = true,
|
enable_tab_bar = true,
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
|
tab_max_width = 48,
|
||||||
use_fancy_tab_bar = false,
|
use_fancy_tab_bar = false,
|
||||||
hide_tab_bar_if_only_one_tab = false
|
hide_tab_bar_if_only_one_tab = false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user