diff --git a/.wezterm.lua b/.wezterm.lua index 50baf01..a241d55 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -30,7 +30,7 @@ return { use_fancy_tab_bar = false, hide_tab_bar_if_only_one_tab = true, - tab_bar_at_bottom = false, + tab_bar_at_bottom = true, -- How many lines of scrollback you want to retain per tab scrollback_lines = 3500, enable_scroll_bar = true,