codium-settings/profiles/main/data/keybindings-linux.json

19 lines
370 B
JSON
Raw Normal View History

[
{
"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"
}
]