'Z' is supposed to undo the last cell change. CTRL+'Z' is doing the same because we don't check for the CTRL key when a cell doesn't have focus. I'm going to change it so you have to hit just 'z' when a cell doesn't have focus And shift+z is redo (like Jupyter Lab has...
jupyterlab-probot bot commented Jul 9, 2024 Thanks for making a pull request to jupyterlab! To try out this branch on binder, follow this link: github-actions bot assigned andrewfulton9 Jul 9, 2024 github-actions bot added pkg:notebook pkg:console pkg:completer pkg:fileeditor tag:Test...
"command": "python.execSelectionInTerminal", "when": "editorTextFocus && !findInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && !replaceInputFocussed && editorLangId == 'python'" }, { "key": "shift+enter", "command": "-python.execSelectionInTerminal", "when": "editor...