// Place your key bindings in this file to overwrite the defaults [ { "key": "ctrl+q", "command": "-workbench.action.quickOpenView" }, { "key": "ctrl+q", "command": "-extension.vim_winCtrlQ", "when": "editorTextFocus && vim.active && vim.use<C-q> && !inDebugRepl" }, { "key": "ctrl+q", "command": "-workbench.action.quickOpenNavigateNextInViewPicker", "when": "inQuickOpen && inViewsPicker" }, { "key": "cmd+1", "command": "workbench.action.navigateBack" }, { "key": "ctrl+-", "command": "-workbench.action.navigateBack" }, { "key": "cmd+q", "command": "-workbench.action.quit" }, { "key": "ctrl+1", "command": "-workbench.action.openEditorAtIndex1" }, { "key": "cmd+1", "command": "-workbench.action.focusFirstEditorGroup" }, { "key": "cmd+q", "command": "workbench.view.search", "when": "!searchViewletVisible" }, { "key": "shift+cmd+f", "command": "-workbench.view.search", "when": "!searchViewletVisible" }, { "key": "cmd+e", "command": "-actions.findWithSelection" }, { "key": "cmd+e", "command": "workbench.view.explorer" }, { "key": "shift+cmd+e", "command": "-workbench.view.explorer" }, { "key": "ctrl+2", "command": "-workbench.action.openEditorAtIndex2" }, { "key": "cmd+2", "command": "highlightwords.addHighlight" }, { "key": "ctrl+3", "command": "-workbench.action.openEditorAtIndex3" }, { "key": "cmd+3", "command": "highlightwords.removeAllHighlights" }, { "key": "cmd+2", "command": "-workbench.action.focusSecondEditorGroup" }, { "key": "cmd+3", "command": "-workbench.action.focusThirdEditorGroup" }, { "key": "ctrl+shift+q", "command": "-workbench.action.quickOpenNavigatePreviousInViewPicker", "when": "inQuickOpen && inViewsPicker" }, { "key": "ctrl+shift+q", "command": "workbench.action.toggleMaximizedPanel" }, ]