Skip to content

Instantly share code, notes, and snippets.

@Sapython
Created June 24, 2022 02:34
Show Gist options
  • Save Sapython/a94f5240f0c3936baf7c12508af276f7 to your computer and use it in GitHub Desktop.
Save Sapython/a94f5240f0c3936baf7c12508af276f7 to your computer and use it in GitHub Desktop.
My vscode shortcuts
[
{
"key": "ctrl+shift+scrolllock",
"command": "extension.multiCommand.execute",
"args": {
"sequence": [
"workbench.action.toggleStatusbarVisibility",
"workbench.action.toggleCenteredLayout",
"workbench.action.toggleSidebarVisibility",
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleFullScreen"
]
},
},
{
"key":"shift+shift",
"command":"prettier.forceFormatDocument"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment