Skip to content

Instantly share code, notes, and snippets.

@JeffryGonzalez
Created August 23, 2016 19:35
Show Gist options
  • Select an option

  • Save JeffryGonzalez/8ca86414f6a2c2236621c149b49b5c32 to your computer and use it in GitHub Desktop.

Select an option

Save JeffryGonzalez/8ca86414f6a2c2236621c149b49b5c32 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+k ctrl+d",
"command": "editor.action.format",
"when": "editorTextFocus"
},
{
"key": "ctrl+l",
"command": "editor.action.deleteLines",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+s",
"command": "workbench.action.files.saveAll" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment