repl: Change keybinding to ctrl-shift-enter for repl::Run (#15026)

... on all platforms.

`ctrl-shift-enter` for the repl, `cmd-enter` for the assistant. People
can override this behavior as they desire in their own keymaps.

Release Notes:

- N/A
This commit is contained in:
Kyle Kelley
2024-07-23 11:23:06 -07:00
committed by GitHub
parent 3d1bf09299
commit ec093c390f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -485,7 +485,7 @@
{
"context": "Editor && jupyter && !ContextEditor",
"bindings": {
"ctrl-enter": "repl::Run"
"ctrl-shift-enter": "repl::Run"
}
},
{
+1 -1
View File
@@ -183,7 +183,7 @@
{
"context": "Editor && jupyter && !ContextEditor",
"bindings": {
"cmd-enter": "repl::Run"
"ctrl-shift-enter": "repl::Run"
}
},
{