Is there a shortcut, hotkey, or any other way of centering the scrollbars which split the windows in vscode? Ideally I'd like to be able quickly recenter the windows, and ensure each has the same amount of space, but I dont see a way to do this inside any of the commands.
This can be done using the workbench.action.evenEditorWidths
action, you can either look it up in the command palette:
reset editor group sizes
Or define a keybinding in your keyboard shortcuts file:
{ "key": "ctrl+shift+a", "command": "workbench.action.evenEditorWidths",
"when": "editorTextFocus" },
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With