[ // { // "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+f", "command": "editor.actions.findWithArgs", "args": { "findInSelection": false, "isRegex": false, } }, { "key": "ctrl+h", "command": "editor.actions.findWithArgs", "args": { "findInSelection": true, "isRegex": true, "replaceString": "", } } { "key": "ctrl+[Minus]", "command": "editor.action.insertSnippet", "when": "editorTextFocus", "args": { "snippet": "\"{{ ${TM_CURRENT_WORD} }}\"" } }, { "key": "ctrl+alt+Enter", "command": "editor.action.selectAllMatches", "when": "editorTextFocus" }, { "key": "ctrl+shift+v", "command": "editor.action.insertSnippet", "when": "editorTextFocus", "args": { "snippet": "{{ ${CLIPBOARD} }}" } } ]