Skip to content

Commit 482acb8

Browse files
committed
Add mac specific keys
Use command key instead of ctrl on Mac
1 parent 602f3f9 commit 482acb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extensions/git/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,16 +415,19 @@
415415
{
416416
"command": "git.stageSelectedRanges",
417417
"key": "ctrl+k ctrl+alt+s",
418+
"mac": "cmd+k cmd+alt+s",
418419
"when": "isInDiffEditor"
419420
},
420421
{
421422
"command": "git.unstageSelectedRanges",
422423
"key": "ctrl+k ctrl+u",
424+
"mac": "cmd+k cmd+u",
423425
"when": "isInDiffEditor"
424426
},
425427
{
426428
"command": "git.revertSelectedRanges",
427429
"key": "ctrl+k ctrl+r",
430+
"mac": "cmd+k cmd+r",
428431
"when": "isInDiffEditor"
429432
}
430433
],

0 commit comments

Comments
 (0)