Herey.
复制。
键键键的命令:workbench.action.moveEditorToNextGroup
命令调色板中的命令:
View: Move Editor into Next Group
ctrl
+alt+
→
键键键的命令:workbench.action.moveEditorToPreviousGroup
命令调色板中的命令:View: Move Editor into Previous Group
+
Alt+←
您可能想要View: New Editor Group to the Right
{
"key": "ctrl+b", // whatever you want
"command": "runCommands",
"args": { "commands": [
"workbench.action.newGroupRight",
"openEditors.newUntitledFile", // whatever you want
]},
}