You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! You have this keybindings: workbench.action.joinTwoGroups - alt+cmd+1 workbench.action.splitEditor - alt+cmd+2
But I think the following keybindings would be more correct: workbench.action.editorLayoutSingle - alt+cmd+1 workbench.action.editorLayoutTwoColumns - alt+cmd+2
Because the "split" features (unlike the "layout" features) duplicates the open file into a new column, and the Sublime does not.
And besides, you can add a few more keybindings for editor layout like Sublime: workbench.action.editorLayoutThreeColumns - alt+cmd+3 workbench.action.editorLayoutTwoByTwoGrid - alt+cmd+5 (though I would write here alt+cmd+4)
The text was updated successfully, but these errors were encountered:
Hi! You have this keybindings:
workbench.action.joinTwoGroups
-alt+cmd+1
workbench.action.splitEditor
-alt+cmd+2
But I think the following keybindings would be more correct:
workbench.action.editorLayoutSingle
-alt+cmd+1
workbench.action.editorLayoutTwoColumns
-alt+cmd+2
Because the "split" features (unlike the "layout" features) duplicates the open file into a new column, and the Sublime does not.
And besides, you can add a few more keybindings for editor layout like Sublime:
workbench.action.editorLayoutThreeColumns
-alt+cmd+3
workbench.action.editorLayoutTwoByTwoGrid
-alt+cmd+5
(though I would write herealt+cmd+4
)The text was updated successfully, but these errors were encountered: