From 989b90822f446900be2baf003806f5c2a0dbd658 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 1 Mar 2025 23:47:38 +0000 Subject: [PATCH] feat(cursor): add keybindings to toggle maximize and expand editor groups --- cursor/keybindings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cursor/keybindings.json b/cursor/keybindings.json index 374679b..5a332cf 100644 --- a/cursor/keybindings.json +++ b/cursor/keybindings.json @@ -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