19 lines
370 B
JSON
19 lines
370 B
JSON
|
[
|
||
|
{
|
||
|
"key": "ctrl+tab",
|
||
|
"command": "workbench.action.nextEditorInGroup"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+shift+tab",
|
||
|
"command": "workbench.action.previousEditorInGroup"
|
||
|
},
|
||
|
{
|
||
|
"key": "ctrl+alt+b",
|
||
|
"command": "type",
|
||
|
"args": {
|
||
|
"text": "<br/><br/>"
|
||
|
},
|
||
|
"when": "editorTextFocus"
|
||
|
}
|
||
|
]
|