update wezterm keys

This commit is contained in:
Daylin Morgan 2022-09-02 16:09:53 -05:00
parent 148080d470
commit a15495ff49
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ M.keys = {
{ key = "V", mods = "CTRL|SHIFT", action = act.PasteFrom "PrimarySelection" },
-- change font size
{ key = "-", mods = "CTRL", action = "DecreaseFontSize" },
{ key = "+", mods = "CTRL", action = "IncreaseFontSize" },
{ key = "=", mods = "CTRL", action = "IncreaseFontSize" },
-- { key = "Space", mods = "CTRL|SHIFT", action = "QuickSelect" },
{ key = "Space", mods = "CTRL|SHIFT", action = "ActivateCopyMode" },
}

View File

@ -20,6 +20,7 @@ return {
},
font = wezterm.font("MonoLisa Nerd Font"),
adjust_window_size_when_changing_font_size = false,
initial_cols = 80,
colors = catppuccin,
use_fancy_tab_bar = false,
hide_tab_bar_if_only_one_tab = true,