Skip to content

Instantly share code, notes, and snippets.

@StalinMazaEpn
Created January 13, 2021 04:49
Show Gist options
  • Save StalinMazaEpn/e34d65acadc612826dbaa224225c2d5e to your computer and use it in GitHub Desktop.
Save StalinMazaEpn/e34d65acadc612826dbaa224225c2d5e to your computer and use it in GitHub Desktop.
Vscode Keybindings
// Coloque sus atajos de teclado en este archivo para sobreescribir los valores predeterminadosauto[]
[
{
"key": "ctrl+k ctrl+s",
"command": "-workbench.action.openGlobalKeybindings"
},
{
"key": "ctrl+numpad_divide",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+oem_2",
"command": "-editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment