Created
August 6, 2019 17:07
-
-
Save mohnish/115cfab2a9f32f5d8aa77172a64ef978 to your computer and use it in GitHub Desktop.
keybindings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "cmd+k up", | |
"command": "workbench.action.newGroupAbove" | |
}, | |
{ | |
"key": "cmd+k down", | |
"command": "workbench.action.newGroupBelow" | |
}, | |
{ | |
"key": "cmd+k left", | |
"command": "workbench.action.newGroupLeft" | |
}, | |
{ | |
"key": "cmd+k right", | |
"command": "workbench.action.newGroupRight" | |
}, | |
{ | |
"key": "shift+cmd+b", | |
"command": "workbench.action.toggleActivityBarVisibility" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment