refactor(wezterm): make resize keybind apply to font only
This commit is contained in:
parent
9f478082fd
commit
ed4e33e3c6
@ -56,7 +56,7 @@ return {
|
|||||||
},
|
},
|
||||||
{ key = "=", mods = "CTRL", action = "IncreaseFontSize" },
|
{ key = "=", mods = "CTRL", action = "IncreaseFontSize" },
|
||||||
{ key = "-", mods = "CTRL", action = "DecreaseFontSize" },
|
{ key = "-", mods = "CTRL", action = "DecreaseFontSize" },
|
||||||
{ key = "0", mods = "CTRL", action = "ResetFontAndWindowSize" },
|
{ key = "0", mods = "CTRL", action = "ResetFontSize" },
|
||||||
|
|
||||||
-- NOTE: Leader dependent binds
|
-- NOTE: Leader dependent binds
|
||||||
{ key = "h", mods = "LEADER", action = wezterm.action({ EmitEvent = "trigger-nvim-with-scrollback" }) },
|
{ key = "h", mods = "LEADER", action = wezterm.action({ EmitEvent = "trigger-nvim-with-scrollback" }) },
|
||||||
|
Loading…
Reference in New Issue
Block a user