Skip to content

Instantly share code, notes, and snippets.

@samuel-bohman
Last active September 18, 2019 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuel-bohman/188763e4aabded5f3a0c4d6cf59cc039 to your computer and use it in GitHub Desktop.
Save samuel-bohman/188763e4aabded5f3a0c4d6cf59cc039 to your computer and use it in GitHub Desktop.
RStudio IDE Keyboard Shortcuts in JupyterLab
{
"shortcuts": [
{
"command": "application:activate-next-tab",
"keys": [
"Ctrl Shift ]"
],
"selector": "body",
"disabled": true
},
{
"command": "application:activate-previous-tab",
"keys": [
"Ctrl Shift ["
],
"selector": "body",
"disabled": true
},
{
"command": "application:activate-next-tab",
"keys": [
"Ctrl 1"
],
"selector": "body"
},
{
"command": "application:activate-previous-tab",
"keys": [
"Ctrl 2"
],
"selector": "body"
},
{
"command": "kernelmenu:restart-and-clear",
"keys": [
"Ctrl Shift F10"
],
"selector": "[data-jp-kernel-user]:focus"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment