Fix option-t and option-shift-t in terminal (#18749)

Peter Tripp created

Change summary

assets/keymaps/default-macos.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Detailed changes

assets/keymaps/default-macos.json 🔗

@@ -440,7 +440,12 @@
       "cmd-k shift-right": ["workspace::SwapPaneInDirection", "Right"],
       "cmd-k shift-up": ["workspace::SwapPaneInDirection", "Up"],
       "cmd-k shift-down": ["workspace::SwapPaneInDirection", "Down"],
-      "cmd-shift-x": "zed::Extensions",
+      "cmd-shift-x": "zed::Extensions"
+    }
+  },
+  {
+    "context": "Editor && !Terminal",
+    "bindings": {
       "alt-t": "task::Rerun",
       "alt-shift-t": "task::Spawn"
     }