From 07dc4050bf305882860d25957d5dd614cc2bc60b Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 10 Jul 2024 09:25:07 -0700 Subject: [PATCH] Do not bind cmd-enter for repl::Run when in AssistantContext (#14066) Don't pollute cmd-enter in the Assistant's `ContextEditor`. Release Notes: - N/A --- assets/keymaps/default-macos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 9f5c834501..cf33e6c9dc 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -569,7 +569,7 @@ } }, { - "context": "Editor && jupyter", + "context": "Editor && jupyter && !ContextEditor", "bindings": { "cmd-enter": "repl::Run" }