Do not bind cmd-enter for repl::Run when in AssistantContext (#14066)

Kyle Kelley created

Don't pollute cmd-enter in the Assistant's `ContextEditor`.

Release Notes:

- N/A

Change summary

assets/keymaps/default-macos.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

assets/keymaps/default-macos.json 🔗

@@ -569,7 +569,7 @@
     }
   },
   {
-    "context": "Editor && jupyter",
+    "context": "Editor && jupyter && !ContextEditor",
     "bindings": {
       "cmd-enter": "repl::Run"
     }