Skip to content

Instantly share code, notes, and snippets.

@microglossum
Last active July 21, 2018 08:32
Show Gist options
  • Select an option

  • Save microglossum/d0e80092930a2747dda26bc63882e9e1 to your computer and use it in GitHub Desktop.

Select an option

Save microglossum/d0e80092930a2747dda26bc63882e9e1 to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+shift+enter",
"command": "git.stage",
"when": ""
},
{
"key": "ctrl+shift+delete",
"command": "git.unstage",
"when": ""
},
{
"key": "ctrl+r",
"command": "workbench.action.reloadWindow",
"when": ""
},
{
"key": "cmd+shift+v",
"command": "pasteAndIndent.action",
"when": "editorTextFocus && !editorReadonly"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment