Skip to content

Instantly share code, notes, and snippets.

@lando2319
Created April 6, 2022 10:21
Show Gist options
  • Select an option

  • Save lando2319/f4a6739d68d4133ddf657d8bdb6d2ede to your computer and use it in GitHub Desktop.

Select an option

Save lando2319/f4a6739d68d4133ddf657d8bdb6d2ede to your computer and use it in GitHub Desktop.
{
"key": "numpad7",
"command": "git.sync",
"when": "editorTextFocus"
},
{
"key": "numpad_add",
"command": "git.stage",
"when": "isInDiffEditor"
},
{
"key": "numpad_divide",
"command": "git.commit",
"when": "editorFocus"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment