2023-12-18 15:24:33 +01:00
|
|
|
[
|
2024-12-28 17:00:00 +01:00
|
|
|
// {
|
|
|
|
// "key": "ctrl+tab",
|
|
|
|
// "command": "workbench.action.nextEditorInGroup"
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// "key": "ctrl+shift+tab",
|
|
|
|
// "command": "workbench.action.previousEditorInGroup"
|
|
|
|
// },
|
2023-12-18 15:24:33 +01:00
|
|
|
{
|
|
|
|
"key": "ctrl+alt+b",
|
|
|
|
"command": "type",
|
|
|
|
"args": {
|
|
|
|
"text": "<br/><br/>"
|
|
|
|
},
|
|
|
|
"when": "editorTextFocus"
|
|
|
|
}
|
|
|
|
]
|