Skip to content

Instantly share code, notes, and snippets.

@universome
Created September 3, 2019 07:10
Show Gist options
  • Save universome/e5d18c6f47afc0134217c0b221087714 to your computer and use it in GitHub Desktop.
Save universome/e5d18c6f47afc0134217c0b221087714 to your computer and use it in GitHub Desktop.
Disable Cmd+F behaviour in Jupyter Lab
{
"shortcuts": [
{
"command": "documentsearch:start",
"keys": [
"Accel F"
],
"selector": ".jp-mod-searchable",
"disabled": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment