I have recently moved to Visual Studio Code and have a question that I have found an answer for.
When I split the editor it shows the focused file on both sides of the split.
I want the focused file to be moved with the split rather than showing a duplicate view.
Is there a setting or an extension that I can use to do this split / move?
For moving the text right and left you can use TAB key: TAB move the selected text right. SHIFT + TAB move the selected text left.
To move the text to the left, press Shift+Tab. To move the text to the left, click Edit > Shift Left.
From the Window menu, select Remove Split.
Try the Move Editor into next Group
command:
{ "key": "ctrl+cmd+right", "command": "workbench.action.moveEditorToNextGroup" }
on mac default shortcut is:
control+command+ -> or <- arrow ;-)
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