Last active
September 2, 2017 11:28
-
-
Save rogervila/9c1afad3e9c3f2f01d15e703eb20160a to your computer and use it in GitHub Desktop.
sublimetext3 keymaps
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
[ | |
{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false}}, | |
{ "keys": ["alt+e"], "command": "expand_fqcn" }, | |
{ "keys": ["alt+i"], "command": "find_use" }, | |
{ "keys": ["alt+c"], "command": "insert_php_constructor_property" }, | |
{ "keys": ["alt+f7"], "command": "toggle_comment", "args": { "block": false } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment