Skip to content

Instantly share code, notes, and snippets.

@herrfeder
Created July 26, 2021 13:11
Show Gist options
  • Save herrfeder/65dd4d76159312bb70bc542aa674e2c6 to your computer and use it in GitHub Desktop.
Save herrfeder/65dd4d76159312bb70bc542aa674e2c6 to your computer and use it in GitHub Desktop.
my personal override for jupyterlab key shortcuts
{"shortcuts": [
{
"command": "application:activate-next-tab",
"keys": [
"Ctrl Shift ArrowRight"
],
"selector": "body"
},
{
"command": "application:activate-previous-tab",
"keys": [
"Ctrl Shift ArrowLeft"
],
"selector": "body"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment