diff --git a/dot_config/wezterm/executable_wezterm.lua.tmpl b/dot_config/wezterm/executable_wezterm.lua.tmpl index 6665ed7..4f5d83d 100644 --- a/dot_config/wezterm/executable_wezterm.lua.tmpl +++ b/dot_config/wezterm/executable_wezterm.lua.tmpl @@ -46,6 +46,11 @@ return { -- }, -- }, { key = "/", mods = "SHIFT|ALT", action = wezterm.action({ SendString = "\\" }) }, + { + key = '7', + mods = 'ALT', + action = wezterm.action.SendString('|'), + }, { key = 't', mods = 'CTRL|SHIFT',