Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [
  2. { "key": "cmd+r", "command": "workbench.action.debug.start", "when": "!inDebugMode" },
  3. { "key": "cmd+r", "command": "workbench.action.debug.continue", "when": "inDebugMode" },
  4. { "key": "cmd+e", "command": "workbench.action.debug.stepOver", "when": "inDebugMode" },
  5. { "key": "cmd+1", "command": "workbench.action.openEditorAtIndex1" },
  6. { "key": "cmd+2", "command": "workbench.action.openEditorAtIndex2" },
  7. { "key": "cmd+3", "command": "workbench.action.openEditorAtIndex3" },
  8. { "key": "cmd+4", "command": "workbench.action.openEditorAtIndex4" },
  9. { "key": "cmd+5", "command": "workbench.action.openEditorAtIndex5" },
  10. { "key": "cmd+6", "command": "workbench.action.openEditorAtIndex6" },
  11. { "key": "cmd+7", "command": "workbench.action.openEditorAtIndex7" },
  12. { "key": "cmd+8", "command": "workbench.action.openEditorAtIndex8" },
  13. { "key": "cmd+9", "command": "workbench.action.openEditorAtIndex9" },
  14. { "key": "ctrl+alt+b", "command": "HookyQR.beautifyFile" }
  15. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement