mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +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",
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user