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 e90e2ab80d
commit 578e10befd

View File

@@ -148,6 +148,16 @@
"command": "workbench.action.evenEditorWidths",
"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