mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
12 lines
239 B
JSON
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"
|
|
}
|
|
}
|
|
]
|