Created
April 6, 2022 10:21
-
-
Save lando2319/f4a6739d68d4133ddf657d8bdb6d2ede to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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