// Place your key bindings in this file to overwrite the defaults [ { "key": "shift+cmd+t", "command": "workbench.action.terminal.toggleTerminal" }, { "key": "ctrl+`", "command": "-workbench.action.terminal.toggleTerminal" }, { "key": "shift+cmd+r", "command": "extension.runFileSpecs" }, { "key": "shift+cmd+t", "command": "-extension.runFileSpecs" }, { "key": "shift+cmd+l", "command": "extension.runSpecLine" }, { "key": "cmd+l", "command": "-extension.runSpecLine" } ]