local wezterm = require 'wezterm' return { default_prog = { "nu" }, color_scheme = "Violet Light", font_size = 13, hide_tab_bar_if_only_one_tab = true, scrollback_lines = 1000000, enable_scroll_bar = true, font = wezterm.font('Victor Mono', { italic = true }), }