Skip to content

Instantly share code, notes, and snippets.

@M4rkux
Created September 27, 2016 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M4rkux/c8cbcaae6dd7cb5b641ed0848e580c8d to your computer and use it in GitHub Desktop.
Save M4rkux/c8cbcaae6dd7cb5b641ed0848e580c8d to your computer and use it in GitHub Desktop.
Keyboard shortctus for sublime (they depend of a PHP Companion: https://github.com/erichard/SublimePHPCompanion)
[
{ "keys": ["f5"], "command": "find_use" },
{ "keys": ["f6"], "command": "expand_fqcn" },
{ "keys": ["f9"], "command": "import_namespace" },
{ "keys": ["shift+f12"], "command": "goto_definition_scope" },
{ "keys": ["f7"], "command": "insert_php_constructor_property" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment