Last active
May 27, 2021 04:52
-
-
Save duyngha/d629548645826709a1109f7de542526e to your computer and use it in GitHub Desktop.
Sublime Text Keymap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// 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