// Place your key bindings in this file to overwrite the defaults [ { "key": "shift+cmd+k", "command": "editor.action.deleteLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+cmd+k", "command": "-editor.action.deleteLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+cmd+backspace", "command": "editor.action.deleteLines", "when": "editorTextFocus && !editorReadonly" }, { "key": "shift+enter", "command": "cursorLineEnd", "when": "editorTextFocus && !editorReadonly" }, { "key": "cmd+t", "command": "phpunit.Test", "when": "editorTextFocus" }, { "key": "shift+cmd+t", "command": "phpunit.TestDirectory", "when": "editorTextFocus" }, { "key": "cmd+n", "command": "newFile.createNewFile" }, { "key": "alt+cmd+l", "command": "HookyQR.beautify", "when": "editorFocus" }, { "key": "ctrl+shift+cmd+f9", "command": "sfdx.force.source.push" }, { "key": "shift+cmd+f9", "command": "sfdx.force.source.deploy.current.source.file" }, { "key": "ctrl+shift+cmd+f10", "command": "sfdx.force.source.deploy.in.manifest" }, { "key": "shift+cmd+/", "command": "extension.generateMethodHeader" }, { "key": "ctrl+shift+cmd+/", "command": "extension.insertFileHeader" }, { "key": "alt+r", "command": "sfdx.force.apex.test.last.method.run" }, { "key": "shift+alt+r", "command": "sfdx.force.apex.test.method.run" }, { "key": "alt+r alt+r", "command": "sfdx.force.apex.test.last.class.run" }, { "key": "shift+alt+r shift+alt+r", "command": "sfdx.force.apex.test.class.run" } ]