diff --git a/keybindings.json b/keybindings.json index ab20e7d..6011fca 100644 --- a/keybindings.json +++ b/keybindings.json @@ -111,6 +111,11 @@ "command": "workbench.action.closeEditorsInOtherGroups", "when": "editorTextFocus" }, + { + "key": "ctrl+q ctrl+g", + "command": "workbench.action.closeEditorsInGroup", + "when": "editorTextFocus" + }, { "key": "ctrl+q ctrl+o", "command": "workbench.action.closeOtherEditors" @@ -119,6 +124,38 @@ "key": "ctrl+q ctrl+w", "command": "workbench.action.closeAllEditors" }, + { + "key": "meta+1", + "command": "workbench.action.focusFirstEditorGroup" + }, + { + "key": "ctrl+1", + "command": "-workbench.action.focusFirstEditorGroup" + }, + { + "key": "meta+2", + "command": "workbench.action.focusSecondEditorGroup" + }, + { + "key": "ctrl+2", + "command": "-workbench.action.focusSecondEditorGroup" + }, + { + "key": "meta+3", + "command": "workbench.action.focusThirdEditorGroup" + }, + { + "key": "ctrl+3", + "command": "-workbench.action.focusThirdEditorGroup" + }, + { + "key": "meta+0", + "command": "workbench.action.focusSideBar" + }, + { + "key": "ctrl+0", + "command": "-workbench.action.focusSideBar" + }, // Cursor hover { "key": "ctrl+i ctrl+i",