fix(wezterm): place events in correct file

This commit is contained in:
Price Hiller 2022-07-08 21:12:21 -05:00
parent d185b04c98
commit b9cf875635

View File

@ -57,7 +57,7 @@ return {
{ key = "=", mods = "CTRL", action = "IncreaseFontSize" },
{ key = "-", mods = "CTRL", action = "DecreaseFontSize" },
{ key = "0", mods = "CTRL", action = "ResetFontAndWindowSize" },
{ key = "h", mods = "CTRL", action = wezterm.action({ EmitEvent = "trigger-nvim-with-scrollback" }) },
{ key = "h", mods = "LEADER", action = wezterm.action({ EmitEvent = "trigger-nvim-with-scrollback" }) },
},
key_tables = {},
}