Skip to content

Commit 4e6150b

Browse files
committed
change unstage selected ranges to cmd+k cmd+n
fixes microsoft#99011
1 parent 619dc7b commit 4e6150b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
432432
},
433433
{
434434
"command": "git.unstageSelectedRanges",
435-
"key": "ctrl+k ctrl+u",
436-
"mac": "cmd+k cmd+u",
435+
"key": "ctrl+k ctrl+n",
436+
"mac": "cmd+k cmd+n",
437437
"when": "isInDiffEditor"
438438
},
439439
{

0 commit comments

Comments
 (0)