make increase font size plus sign
This commit is contained in:
parent
33b83e0e99
commit
6d7ab047fc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ M.keys = {
|
|||
{ key = "V", mods = "CTRL|SHIFT", action = wezterm.action { 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" },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue