Guest User

Untitled

a guest
Oct 24th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. { "key": "ctrl+1", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" },
  4. { "key": "ctrl+2", "command": "workbench.action.terminal.focus", "when": "!terminalFocus" },
  5. { "key": "f11", "command": "-workbench.action.toggleFullScreen" },
  6. { "key": "f12", "command": "-editor.action.goToDeclaration",
  7. "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" },
  8. ]
Add Comment
Please, Sign In to add comment