12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- // Place your key bindings in this file to overwrite the defaults
- [{
- "key": "ctrl+cmd+shift+e",
- "command": "workbench.action.tasks.runTask",
- "args": "Eject SD (macOS)"
- },
- {
- "key": "shift+cmd+o",
- "command": "workbench.action.addRootFolder"
- },
- {
-
- "key": "ctrl+h",
- "command": "workbench.action.focusPreviousGroup"
- },
- {
- "key": "ctrl+l",
- "command": "workbench.action.focusNextGroup"
- },
- {
- // reload window, use tmux binding of `ctrl+s` then `ctrl+r` to reload window
- "key": "ctrl+s ctrl+r",
- "command": "workbench.action.reloadWindow",
- "when": "editorTextFocus"
- },
- {
- "key": "ctrl+s m",
- "command": "workbench.action.toggleEditorWidths"
- },
- {
- "key": "ctrl+s z",
- "command": "workbench.action.toggleMaximizedPanel"
- },
- {
- "key": "ctrl+s x",
- "command": "workbench.action.closePanel"
- },
- {
- "key": "shift+cmd+d shift+cmd+d",
- "command": "extension.decryptSelection"
- }
- ]
|