fix pipe on macos

This commit is contained in:
Simon Rieger 2025-01-26 16:37:05 +01:00
parent bb344cb9f7
commit d09da7550e

View file

@ -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',