diff --git a/dot_wezterm.lua b/dot_wezterm.lua index 9eb4a7d..415b30d 100644 --- a/dot_wezterm.lua +++ b/dot_wezterm.lua @@ -5,6 +5,10 @@ config.font = wezterm.font("HackGen Console") config.font_size = 18 config.color_scheme = 'Tokyo Night Moon' +config.window_padding = { + bottom = 0, +} + config.audible_bell = 'Disabled' config.enable_tab_bar = false @@ -41,6 +45,11 @@ config.keys = { mods = "CMD", action = act.DisableDefaultAssignment, }, + { + key = "n", + mods = "CMD", + action = act.DisableDefaultAssignment, + }, } config.mouse_bindings = {