microsoft / vscode-sublime-keybindings

Sublime Text Keymap extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings
MIT License
252 stars 120 forks source link

Thoughts about Editor Layout #134

Open iamrealmarsel opened 3 years ago

iamrealmarsel commented 3 years ago

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)

Screen Shot 2021-03-13 at 6 04 00 PM