Skip to content

Commit

Permalink
Update .wezterm.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Oct 30, 2024
1 parent d825a26 commit 111d94d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -41,6 +45,11 @@ config.keys = {
mods = "CMD",
action = act.DisableDefaultAssignment,
},
{
key = "n",
mods = "CMD",
action = act.DisableDefaultAssignment,
},
}

config.mouse_bindings = {
Expand Down

0 comments on commit 111d94d

Please sign in to comment.