Skip to content

Instantly share code, notes, and snippets.

@khatabwedaa
Last active July 15, 2020 08:26
Show Gist options
  • Save khatabwedaa/b9153f533ad645b79ec74e1733266061 to your computer and use it in GitHub Desktop.
Save khatabwedaa/b9153f533ad645b79ec74e1733266061 to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaultsauto[]
[
/**
* Activity Bar
**/
{
"key": "ctrl+shift+q",
"command": "workbench.view.explorer"
},
{
"key": "ctrl+shift+g",
"command": "workbench.view.scm"
},
/**
* Better Phpunit
*/
{
"key": "meta+r",
"command": "better-phpunit.run"
},
{
"key": "meta+f",
"command": "better-phpunit.run-file"
},
{
"key": "meta+]",
"command": "better-phpunit.run-suite"
},
{
"key": "meta+[",
"command": "better-phpunit.run-previous"
},
{
"key": "ctrl+g ctrl+p",
"command": "workbench.view.extension.github-pull-requests"
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment