fix pipe on macos
This commit is contained in:
parent
bb344cb9f7
commit
d09da7550e
1 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue