wezterm
wezterm copied to clipboard
Hide close button in the tab bar
it will be nice if when we use use_fancy_tab_bar = true we can also add a option to hide the close button in the tabs
Related to:
- https://github.com/wez/wezterm/issues/1560
This was fixed in https://github.com/wez/wezterm/pull/3818. :)
config.show_close_tab_button_in_tabs = false
The config option show_close_tab_button_in_tabs is only for fancy tabs.
How can I hide that close tab button on non-fancy tabs?