change unstage selected ranges to cmd+k cmd+n

fixes #99011
This commit is contained in:
isidor
2020-06-25 09:19:12 +02:00
parent 619dc7bd14
commit 4e6150b4e0

View File

@@ -432,8 +432,8 @@
},
{
"command": "git.unstageSelectedRanges",
"key": "ctrl+k ctrl+u",
"mac": "cmd+k cmd+u",
"key": "ctrl+k ctrl+n",
"mac": "cmd+k cmd+n",
"when": "isInDiffEditor"
},
{