Guest User

Untitled

a guest
Jul 22nd, 2018
895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. // Place your key bindings in this file to overwrite the defaults
  2. [
  3. { "key": "ctrl+shift+p", "command": "workbench.action.showCommands" },
  4. { "key": "ctrl+t", "command": "workbench.action.quickOpen" },
  5. { "key": "ctrl+'", "command": "workbench.action.terminal.toggleTerminal" },
  6. { "key": "ctrl+\\", "command": "workbench.action.toggleSidebarVisibility" },
  7. { "key": "ctrl+;", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" },
  8. { "key": "ctrl+shift+;", "command": "editor.action.blockComment", "when": "editorTextFocus && !editorReadonly" },
  9. { "key": "ctrl+shift+o", "command": "workbench.action.files.openFolder" },
  10. { "key": "ctrl+f4", "command": "workbench.action.closeActiveEditor" },
  11. { "key": "ctrl+s", "command": "saveAll" }
  12. ]
Add Comment
Please, Sign In to add comment