feat(cursor): add keybindings to toggle maximize and expand editor groups

This commit is contained in:
2025-03-01 23:47:38 +00:00
parent 043ab9af6a
commit 989b90822f

View File

@@ -148,6 +148,16 @@
"command": "workbench.action.evenEditorWidths", "command": "workbench.action.evenEditorWidths",
"when": "!terminalFocus" "when": "!terminalFocus"
}, },
{
"key": "ctrl+z ctrl+enter",
"command": "workbench.action.toggleMaximizeEditorGroup",
"when": "editorPartMaximizedEditorGroup || editorPartMultipleEditorGroups"
},
{
"key": "ctrl+z enter",
"command": "workbench.action.minimizeOtherEditors",
"when": "editorPartMaximizedEditorGroup || editorPartMultipleEditorGroups"
},
// //
// =========================================================================== // ===========================================================================
// Move active editor group // Move active editor group