assets/keymaps/default-macos.json 🔗
@@ -569,7 +569,7 @@
}
},
{
- "context": "Editor && jupyter",
+ "context": "Editor && jupyter && !ContextEditor",
"bindings": {
"cmd-enter": "repl::Run"
}
Kyle Kelley created
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(-)
@@ -569,7 +569,7 @@
}
},
{
- "context": "Editor && jupyter",
+ "context": "Editor && jupyter && !ContextEditor",
"bindings": {
"cmd-enter": "repl::Run"
}