Skip to content

Instantly share code, notes, and snippets.

@AshPowell
Created May 21, 2017 20:03
Show Gist options
  • Save AshPowell/203fd768a21209bbf46244e72f80338f to your computer and use it in GitHub Desktop.
Save AshPowell/203fd768a21209bbf46244e72f80338f to your computer and use it in GitHub Desktop.
VS Code Keybindings
[
{
"key": "ctrl+cmd+p",
"command": "php-cs-fixer.fix",
"when": "editorTextFocus"
},{
"key": "ctrl+cmd+/",
"command": "wwm.aligncode",
"when": "editorTextFocus && !editorReadonly"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment