Add keybidings for navigations

This commit is contained in:
Wilfried OLLIVIER 2022-05-25 21:35:23 +02:00
parent b8ebd1b495
commit 88849245a0

View file

@ -111,6 +111,11 @@
"command": "workbench.action.closeEditorsInOtherGroups", "command": "workbench.action.closeEditorsInOtherGroups",
"when": "editorTextFocus" "when": "editorTextFocus"
}, },
{
"key": "ctrl+q ctrl+g",
"command": "workbench.action.closeEditorsInGroup",
"when": "editorTextFocus"
},
{ {
"key": "ctrl+q ctrl+o", "key": "ctrl+q ctrl+o",
"command": "workbench.action.closeOtherEditors" "command": "workbench.action.closeOtherEditors"
@ -119,6 +124,38 @@
"key": "ctrl+q ctrl+w", "key": "ctrl+q ctrl+w",
"command": "workbench.action.closeAllEditors" "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 // Cursor hover
{ {
"key": "ctrl+i ctrl+i", "key": "ctrl+i ctrl+i",