mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(cursor): add keybindings to toggle maximize and expand editor groups
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user