2 local wezterm = require('wezterm')
3 ---@type _.wezterm.ConfigBuilder
7 config.color_scheme = 'nord'
9 config.font = wezterm.font('Fira Code')
11 config.harfbuzz_features = { 'ss03' }
13 config.adjust_window_size_when_changing_font_size = false
15 config.hide_tab_bar_if_only_one_tab = true
16 config.tab_bar_at_bottom = true
18 config.quick_select_alphabet = "aoeuisnthd"