Files
2022-12-19 16:31:44 -07:00

12 lines
239 B
JSON

// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "shift+alt+ctrl+/",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"name": "region_wrap"
}
}
]