wezterm: Allow toggling tab bar display
Tab display can be toggled on or off with `Ctrl+Shift+T`. The toggling takes place per-window and not globally, so we can have a wezterm terminal on desktop 1 with a tabbar and on desktop 2 without. Opening a new terminal always defaults to an enabled tab bar.
This commit is contained in:
parent
0c7ad09789
commit
ab123a4c36
3 changed files with 16 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ end
|
|||
|
||||
local settings = {
|
||||
enable_wayland = true,
|
||||
enable_tab_bar = true,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
use_fancy_tab_bar = false,
|
||||
tab_bar_at_bottom = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue