From 111d94d0be0313b486d7808c88807ba09fe3202d Mon Sep 17 00:00:00 2001 From: Hyuga Tsukui Date: Wed, 30 Oct 2024 22:14:38 +0900 Subject: [PATCH] Update .wezterm.lua --- dot_wezterm.lua | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = {