Skip to content

Instantly share code, notes, and snippets.

@kconde2
Created December 22, 2022 16:18
Show Gist options
  • Save kconde2/9b0d432c42d672fd34b4771bf323bc0d to your computer and use it in GitHub Desktop.
Save kconde2/9b0d432c42d672fd34b4771bf323bc0d to your computer and use it in GitHub Desktop.
toggle vscode diff editor inline<->side by side
{
"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