You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"jupyter.lab.setting-icon": "ui-components:text-editor",
|
|
"jupyter.lab.setting-icon-label": "CodeMirror",
|
|
"jupyter.lab.shortcuts": [
|
|
{
|
|
"command": "codemirror:delete-line",
|
|
"keys": ["Accel D"],
|
|
"selector": ".cm-content"
|
|
},
|
|
{
|
|
"command": "codemirror:delete-line",
|
|
"keys": ["Accel Shift K"],
|
|
"selector": ".cm-content"
|
|
},
|
|
{
|
|
"command": "codemirror:toggle-block-comment",
|
|
"keys": ["Alt A"],
|
|
"selector": ".cm-content"
|
|
},
|
|
{
|
|
"command": "codemirror:toggle-comment",
|
|
"keys": ["Accel /"],
|
|
"selector": ".cm-content"
|
|
},
|
|
{
|
|
"command": "codemirror:select-next-occurrence",
|
|
"keys": ["Accel Shift D"],
|
|
"selector": ".cm-content"
|
|
}
|
|
],
|
|
"title": "CodeMirror",
|
|
"description": "Text editor settings for all CodeMirror editors.",
|
|
"properties": {
|
|
"defaultConfig": {
|
|
"default": {},
|
|
"title": "Default editor configuration",
|
|
"description": "Base configuration used by all CodeMirror editors.",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|