fix backslash on macos

This commit is contained in:
Simon Rieger 2025-01-26 16:15:53 +01:00
parent 8292c7528f
commit bb344cb9f7

View file

@ -45,6 +45,7 @@ return {
-- cwd = '~' -- cwd = '~'
-- }, -- },
-- }, -- },
{ key = "/", mods = "SHIFT|ALT", action = wezterm.action({ SendString = "\\" }) },
{ {
key = 't', key = 't',
mods = 'CTRL|SHIFT', mods = 'CTRL|SHIFT',