Skip to content

Instantly share code, notes, and snippets.

@codyphobe
Forked from steveneaston/gist:73d623549a2c414f2789
Last active August 29, 2015 14:26
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 codyphobe/f452a453c74c709ceac2 to your computer and use it in GitHub Desktop.
Save codyphobe/f452a453c74c709ceac2 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