Skip to content

Instantly share code, notes, and snippets.

@steveneaston
Created June 26, 2015 22:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save steveneaston/73d623549a2c414f2789 to your computer and use it in GitHub Desktop.
Save steveneaston/73d623549a2c414f2789 to your computer and use it in GitHub Desktop.
Initialise properties Sublime macro
{
"keys": ["super+i"],
"command": "run_macro_file",
"args": {"file": "Packages/User/Macros/initialize_properties.sublime-macro"},
"context": [{"key": "selector", "operator": "equal", "operand": "source.php"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment