Skip to content

Instantly share code, notes, and snippets.

@rogervila
Last active September 2, 2017 11:28
Show Gist options
  • Save rogervila/9c1afad3e9c3f2f01d15e703eb20160a to your computer and use it in GitHub Desktop.
Save rogervila/9c1afad3e9c3f2f01d15e703eb20160a to your computer and use it in GitHub Desktop.
sublimetext3 keymaps
[
{ "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