Skip to content

Instantly share code, notes, and snippets.

@mohnish
Created August 6, 2019 17:07
Show Gist options
  • Save mohnish/115cfab2a9f32f5d8aa77172a64ef978 to your computer and use it in GitHub Desktop.
Save mohnish/115cfab2a9f32f5d8aa77172a64ef978 to your computer and use it in GitHub Desktop.
keybindings.json
// 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