Guest User

Untitled

a guest
Nov 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. {
  4. "key": "cmd+shift+t",
  5. "command": "workbench.action.tasks.test",
  6. "when": "editorTextFocus"
  7. },
  8. {
  9. "key": "shift+cmd+s",
  10. "command": "workbench.action.files.saveAll"
  11. },
  12. {
  13. "key": "shift+cmd+s",
  14. "command": "-workbench.action.files.saveAs"
  15. },
  16. {
  17. "key": "cmd+b",
  18. "command": "editor.action.goToDeclaration",
  19. "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
  20. },
  21. {
  22. "key": "cmd+n",
  23. "command": "-workbench.action.files.newUntitledFile"
  24. },
  25. {
  26. "key": "cmd+n",
  27. "command": "workbench.action.quickOpen"
  28. }
  29. ]
Add Comment
Please, Sign In to add comment