@@ -107,7 +107,6 @@
"enter": "editor::Newline",
"shift-enter": "editor::Newline",
"ctrl-shift-enter": "editor::NewlineBelow",
- "ctrl-enter": "editor::NewlineAbove",
"alt-z": "editor::ToggleSoftWrap",
"ctrl-f": "buffer_search::Deploy",
"ctrl-h": ["buffer_search::Deploy", { "replace_enabled": true }],
@@ -117,6 +116,12 @@
"ctrl-alt-e": "editor::SelectEnclosingSymbol"
}
},
+ {
+ "context": "Editor && mode == full && !jupyter",
+ "bindings": {
+ "ctrl-enter": "editor::NewlineAbove"
+ }
+ },
{
"context": "Editor && mode == full && inline_completion",
"bindings": {
@@ -477,6 +482,12 @@
"ctrl-enter": "assistant::InlineAssist"
}
},
+ {
+ "context": "Editor && jupyter && !ContextEditor",
+ "bindings": {
+ "ctrl-enter": "repl::Run"
+ }
+ },
{
"context": "ContextEditor > Editor",
"bindings": {
@@ -180,6 +180,12 @@
"cmd-c": "markdown::Copy"
}
},
+ {
+ "context": "Editor && jupyter && !ContextEditor",
+ "bindings": {
+ "cmd-enter": "repl::Run"
+ }
+ },
{
"context": "AssistantPanel",
"bindings": {
@@ -570,12 +576,6 @@
"space": "project_panel::Open"
}
},
- {
- "context": "Editor && jupyter && !ContextEditor",
- "bindings": {
- "cmd-enter": "repl::Run"
- }
- },
{
"context": "CollabPanel && not_editing",
"bindings": {