Guest User

Untitled

a guest
Nov 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [
  2. {
  3. "key": "alt+shift+o",
  4. "command": "workbench.action.quickOpen"
  5. },
  6. {
  7. "key": "ctrl+shift+1",
  8. "command": "workbench.view.explorer"
  9. },
  10. {
  11. "key": "ctrl+shift+s",
  12. "command": "workbench.action.files.saveAll"
  13. },
  14. {
  15. "key": "ctrl+r",
  16. "command": "editor.action.changeAll",
  17. "when": "editorTextFocus && !editorReadonly"
  18. },
  19. {
  20. "key": "ctrl+alt+-",
  21. "command": "workbench.action.navigateBack"
  22. },
  23. {
  24. "key": "ctrl+alt+=",
  25. "command": "workbench.action.navigateForward"
  26. }
  27. ]
Add Comment
Please, Sign In to add comment