Skip to content

Commit 1f59b0e

Browse files
authored
Remove our keybinding for notebook.cell.execute (#13578)
1 parent c3af16d commit 1f59b0e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

news/2 Fixes/13553.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shift+enter should execute current cell and select the next cell.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@
128128
"key": "shift+enter",
129129
"when": "editorTextFocus && !editorHasSelection && python.datascience.hascodecells && python.datascience.featureenabled && !notebookEditorFocused"
130130
},
131-
{
132-
"command": "notebook.cell.execute",
133-
"key": "shift+enter",
134-
"when": "notebookCellListFocused"
135-
},
136131
{
137132
"command": "python.datascience.runcurrentcell",
138133
"key": "ctrl+enter",

0 commit comments

Comments
 (0)