Sublime Text Origami-style window pane keyboard bindings for VSCode
more at this stackoverflow thread https://stackoverflow.com/questions/45846560/visual-studio-code-pane-management-like-origami/56656993
Sublime Text Origami-style window pane keyboard bindings for VSCode
more at this stackoverflow thread https://stackoverflow.com/questions/45846560/visual-studio-code-pane-management-like-origami/56656993
| [ | |
| { | |
| "key": "cmd+k up", | |
| "command": "workbench.action.splitEditorUp" | |
| }, | |
| { | |
| "key": "cmd+k right", | |
| "command": "workbench.action.splitEditorRight" | |
| }, | |
| { | |
| "key": "cmd+k down", | |
| "command": "workbench.action.splitEditorDown" | |
| }, | |
| { | |
| "key": "cmd+k left", | |
| "command": "workbench.action.splitEditorLeft" | |
| }, | |
| { | |
| "key": "cmd+k up", | |
| "command": "-workbench.action.moveActiveEditorGroupUp" | |
| }, | |
| { | |
| "key": "cmd+k right", | |
| "command": "-workbench.action.moveActiveEditorGroupRight" | |
| }, | |
| { | |
| "key": "cmd+k down", | |
| "command": "-workbench.action.moveActiveEditorGroupDown" | |
| }, | |
| { | |
| "key": "cmd+k left", | |
| "command": "-workbench.action.moveActiveEditorGroupLeft" | |
| } | |
| ] |