Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NimaGhaedsharafi/e185809e507d50cf4528e4b48ef5f940 to your computer and use it in GitHub Desktop.
Save NimaGhaedsharafi/e185809e507d50cf4528e4b48ef5f940 to your computer and use it in GitHub Desktop.
My Favorite Sublime Keybindings
[
{ "keys": ["super+down"], "command": "goto_definition" },
// PHP Companion
{ "keys": ["super+f", "super+q"], "command": "expand_fqcn" },
{ "keys": ["alt+f", "alt+q"], "command": "expand_fqcn", "args": {"leading_separator": true} },
{ "keys": ["super+f", "super+u"], "command": "find_use" },
{ "keys": ["super+f", "super+i"], "command": "import_namespace" },
{ "keys": ["super+f", "super+i", "super+i"], "command": "implement" },
{ "keys": ["shift+super+down"], "command": "goto_definition_scope" },
{ "keys": ["super+f", "super+c", "super+p"], "command": "insert_php_constructor_property" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment