Guest User

Untitled

a guest
Jan 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. {
  4. "key": "ctrl+t",
  5. "command": "better-phpunit.run"
  6. },
  7. {
  8. "key": "win+k win+r",
  9. "command": "-better-phpunit.run"
  10. },
  11. {
  12. "key": "ctrl+shift+t",
  13. "command": "better-phpunit.run-previous"
  14. },
  15. {
  16. "key": "win+k win+p",
  17. "command": "-better-phpunit.run-previous"
  18. },
  19. {
  20. "key": "alt+enter",
  21. "command": "editor.action.showContextMenu",
  22. "when": "editorTextFocus"
  23. },
  24. {
  25. "key": "alt+f12",
  26. "command": "-editor.action.showContextMenu",
  27. "when": "editorTextFocus"
  28. }
  29. ]
Add Comment
Please, Sign In to add comment