Skip to content

Commit

Permalink
Tab bar related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Dec 11, 2024
1 parent ecafaaf commit 5c4109b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions home-manager/modules/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ config.audible_bell = "Disabled"

config.color_scheme = "nord"

config.hide_tab_bar_if_only_one_tab = true

config.font = wezterm.font("FiraCode Nerd Font")
config.font_size = 14.0

Expand All @@ -24,6 +22,10 @@ config.front_end = "WebGpu"
config.window_close_confirmation = "NeverPrompt"
config.window_decorations = "RESIZE"

-- TODO: enable this config option when available outside of nightly build
-- config.show_close_tab_button_in_tabs = false
config.show_new_tab_button_in_tab_bar = false

config.disable_default_key_bindings = true

config.keys = {
Expand Down

0 comments on commit 5c4109b

Please sign in to comment.