Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. // Place your key bindings in this file to override the defaultsauto[]
  2. [
  3. {
  4. "key": "ctrl+alt+oem_3",
  5. "command": "workbench.action.toggleMaximizedPanel"
  6. },
  7. {
  8. "key": "ctrl+shift+alt+z",
  9. "command": "workbench.action.quickOpenTerm"
  10. },
  11. {
  12. "key": "ctrl+]",
  13. "command": "workbench.action.nextSideBarView",
  14. "when": "sideBarFocus"
  15. },
  16. {
  17. "key": "ctrl+[",
  18. "command": "workbench.action.previousSideBarView",
  19. "when": "sideBarFocus"
  20. },
  21. {
  22. "key": "ctrl+=",
  23. "command": "workbench.action.terminal.focus",
  24. },
  25. {
  26. "key": "ctrl+=",
  27. "command": "workbench.action.focusActiveEditorGroup",
  28. "when": "terminalFocus"
  29. }
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement