diff --git a/dotfiles/wezterm/.wezterm.lua b/dotfiles/wezterm/.wezterm.lua index 7b559f11..e22184d9 100644 --- a/dotfiles/wezterm/.wezterm.lua +++ b/dotfiles/wezterm/.wezterm.lua @@ -43,14 +43,14 @@ config.keys = { action = action.SplitVertical, }, { - key = "/", + key = "\\", mods = "CMD", action = action.SplitHorizontal, }, { key = "t", mods = "CMD", - action = action.SpawnTab "CurrentPaneDomain", + action = action.SpawnTab("CurrentPaneDomain"), }, { key = "LeftArrow",