[ // { // "key": "ctrl+tab", // "command": "workbench.action.nextEditorInGroup" // }, // { // "key": "ctrl+shift+tab", // "command": "workbench.action.previousEditorInGroup" // }, { "key": "ctrl+alt+b", "command": "type", "args": { "text": "

" }, "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} }}" } } ]