Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. { "key": "ctrl+o", "command": "workbench.action.output.toggleOutput" },
  4. { "key": "ctrl+l", "command": "workbench.action.focusNextGroup" },
  5. { "key": "ctrl+h", "command": "workbench.action.focusPreviousGroup" },
  6. { "key": "ctrl+shift+h", "command": "workbench.action.moveActiveEditorGroupLeft" },
  7. { "key": "ctrl+shift+l", "command": "workbench.action.moveActiveEditorGroupRight" },
  8. { "key": "ctrl+k", "command": "workbench.action.nextEditor" },
  9. { "key": "ctrl+j", "command": "workbench.action.previousEditor" }
  10. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement