Skip to content

Instantly share code, notes, and snippets.

@duyngha
Last active May 27, 2021 04:52
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 duyngha/d629548645826709a1109f7de542526e to your computer and use it in GitHub Desktop.
Save duyngha/d629548645826709a1109f7de542526e to your computer and use it in GitHub Desktop.
Sublime Text Keymap
[
// PHP Companion Key Map
{ "keys": ["alt+u"], "command": "find_use" },
{ "keys": ["alt+g"], "command": "goto_definition_scope" },
{ "keys": ["alt+i"], "command": "insert_php_constructor_property" },
{ "keys": ["alt+p"], "command": "implement" },
{ "keys": ["alt+n"], "command": "import_namespace" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment