Skip to content

Instantly share code, notes, and snippets.

@luiarthur
Last active September 13, 2022 22:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luiarthur/5694b71b00837ef43622c08d277c46b5 to your computer and use it in GitHub Desktop.
Save luiarthur/5694b71b00837ef43622c08d277c46b5 to your computer and use it in GitHub Desktop.
Keyboard shortcut settings for Jupyterlab
{
"shortcuts": [
{
"command": "notebook:run-all-below",
"keys": [
"Ctrl Shift Enter"
],
"selector": ".jp-Notebook:focus"
},
{
"command": "notebook:run-all-below",
"keys": [
"Ctrl Shift Enter"
],
"selector": ".jp-Notebook.jp-mod-editMode"
},
{
"command": "notebook:enter-command-mode",
"keys": [
"Ctrl ["
],
"selector": ".jp-Notebook.jp-mod-editMode"
},
]
}
@luiarthur
Copy link
Author

Put this in $HOME/.jupyter/lab/user-settings/@jupyterlab/shortcuts-extension/shortcuts.jupyterlab-settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment