@karim @codewiz Found how to turn off the tab bar if there is only one tab https://wezfurlong.org/wezterm/config/lua/config/hide_tab_bar_if_only_one_tab.html
In my ~/.config/wezterm/wezterm.lua file...
```
local wezterm = require("wezterm")
return {
font = wezterm.font("JetBrains Mono"),
color_scheme = "Dracula",
hide_tab_bar_if_only_one_tab = true,
}
```
Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.
All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.