vscode changes
This commit is contained in:
@ -196,4 +196,32 @@
|
||||
"command": "-editor.action.peekImplementation",
|
||||
"when": "editorHasImplementationProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
|
||||
},
|
||||
{
|
||||
"key": "alt+[BracketRight]",
|
||||
"command": "jupyter.insertCellBelow",
|
||||
"when": "editorTextFocus && jupyter.hascodecells && !jupyter.webExtension && !notebookEditorFocused"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+[Comma] b",
|
||||
"command": "-jupyter.insertCellBelow",
|
||||
"when": "editorTextFocus && jupyter.hascodecells && !jupyter.webExtension && !notebookEditorFocused"
|
||||
},
|
||||
{
|
||||
"key": "shift+alt+[BracketRight]",
|
||||
"command": "jupyter.insertCellAbove",
|
||||
"when": "editorTextFocus && jupyter.hascodecells && !jupyter.webExtension && !notebookEditorFocused"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+[Comma] a",
|
||||
"command": "-jupyter.insertCellAbove",
|
||||
"when": "editorTextFocus && jupyter.hascodecells && !jupyter.webExtension && !notebookEditorFocused"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+down",
|
||||
"command": "jupyter.gotoNextCellInFile"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+up",
|
||||
"command": "jupyter.gotoPrevCellInFile"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user