Add default keybindings for stage/revert/unstage selected ranges by ChrisPapp · Pull Request #93706 · microsoft/vscode

@ChrisPapp

git.stageSelectedRanges   -> ctrl + k, ctrl + alt + s
git.unstageSelectedRanges -> ctrl + k, ctrl + u
git.revertSelectedRanges  -> ctrl + k, ctrl + r

Closes microsoft#93564

isidorn

@ChrisPapp

Use command key instead of ctrl on Mac

sportshead