Created
December 22, 2022 16:18
-
-
Save kconde2/9b0d432c42d672fd34b4771bf323bc0d to your computer and use it in GitHub Desktop.
toggle vscode diff editor inline<->side by side
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "cmd+i", | |
"command": "toggle.diff.renderSideBySide", | |
"when": "editorTextFocus && isInDiffEditor" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment