Skip to content

Instantly share code, notes, and snippets.

@jabranr
Created February 3, 2016 09:29
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 jabranr/c49f36003833ff608a9f to your computer and use it in GitHub Desktop.
Save jabranr/c49f36003833ff608a9f to your computer and use it in GitHub Desktop.
Sublime Linter user settings
[
{ "keys": ["f4"], "command": "import_namespace" },
{ "keys": ["f7"], "command": "insert_php_constructor_property" },
{ "keys": ["f9"], "command": "expand_fqcn" },
{ "keys": ["f10"], "command": "find_use" },
{ "keys": ["shift+f9"], "command": "expand_fqcn", "args": {"leading_separator": true} },
{ "keys": ["shift+f12"], "command": "goto_definition_scope" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment