Skip to content

Instantly share code, notes, and snippets.

@johnatandias
Created September 26, 2018 19:15
Show Gist options
  • Save johnatandias/48f9896db0bdfdf09da8a7d7cddd0157 to your computer and use it in GitHub Desktop.
Save johnatandias/48f9896db0bdfdf09da8a7d7cddd0157 to your computer and use it in GitHub Desktop.
My Vscode Keybindings
[
{
"key": "ctrl+alt+s",
"command": "workbench.action.files.saveAs"
},
{
"key": "ctrl+shift+s",
"command": "-workbench.action.files.saveAs"
},
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.saveAll"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment