Hotkey to move a tab from one of two split editors to another?
Say I split my editor into two halves, left and right, and I wanna move a file that is opened in a tab from the left-hand side editor to the right one and vice versa.
Solution 1:
Windows: Ctrl+Alt+→/←
Mac: Ctrl+Cmd+→/←
Command names:
workbench.action.moveEditorToNextGroup
View: Move Editor into Next Groupworkbench.action.moveEditorToPreviousGroup
View: Move Editor into Previous Group
Extra:
-
workbench.action.moveEditorToAboveGroup
View: Move Editor into Above Group -
workbench.action.moveEditorToBelowGroup
View: Move Editor into Below Group -
workbench.action.moveEditorToFirstGroup
View: Move Editor into First Group -
workbench.action.moveEditorToLastGroup
View: Move Editor into Last Group