Created
June 24, 2022 02:34
-
-
Save Sapython/a94f5240f0c3936baf7c12508af276f7 to your computer and use it in GitHub Desktop.
My vscode shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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