We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602f3f9 commit 482acb8Copy full SHA for 482acb8
1 file changed
extensions/git/package.json
@@ -415,16 +415,19 @@
415
{
416
"command": "git.stageSelectedRanges",
417
"key": "ctrl+k ctrl+alt+s",
418
+ "mac": "cmd+k cmd+alt+s",
419
"when": "isInDiffEditor"
420
},
421
422
"command": "git.unstageSelectedRanges",
423
"key": "ctrl+k ctrl+u",
424
+ "mac": "cmd+k cmd+u",
425
426
427
428
"command": "git.revertSelectedRanges",
429
"key": "ctrl+k ctrl+r",
430
+ "mac": "cmd+k cmd+r",
431
432
}
433
],
0 commit comments