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

35 lines
805 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"
},
{
"key": "ctrl+[Minus]",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "\"{{ ${TM_CURRENT_WORD} }}\""
}
}
{
"key": "ctrl+shift+v",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "{{ ${CLIPBOARD} }}"
}
}
]