Skip to content

Instantly share code, notes, and snippets.

@BananaAcid
Created July 26, 2024 08:08
Show Gist options
  • Save BananaAcid/494c8814bc0d89d3d3a8ecdfbffd177c to your computer and use it in GitHub Desktop.
Save BananaAcid/494c8814bc0d89d3d3a8ecdfbffd177c to your computer and use it in GitHub Desktop.
Comment Keybindings for VSCode
[
{ "key": "cmd+shift+7", "command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly" },
{ "key": "cmd+shift+8", "command": "editor.emmet.action.toggleComment",
"when": "editorTextFocus && !editorReadonly" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment