Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. { "key": "cmd+'", "command": "workbench.action.terminal.toggleTerminal" },
  4. { "key": "cmd+shift+'", "command": "workbench.action.terminal.new" },
  5. { "key": "shift+cmd+[", "command": "workbench.action.previousEditor"},
  6. { "key": "shift+cmd+]", "command": "workbench.action.nextEditor"},
  7. { "key": "cmd+l", "command": "expandLineSelection",
  8. "when": "editorTextFocus" },
  9. { "key": "cmd+;", "command": "workbench.action.terminal.focus",
  10. "when": "!terminalFocus"},
  11. { "key": "cmd+;", "command": "workbench.action.focusPreviousGroup",
  12. "when": "terminalFocus"}
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement