Skip to content

Instantly share code, notes, and snippets.

@redgluten
Created May 7, 2017 22:00
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 redgluten/b24e8505b75edd9ebf53a318dcfcfdb0 to your computer and use it in GitHub Desktop.
Save redgluten/b24e8505b75edd9ebf53a318dcfcfdb0 to your computer and use it in GitHub Desktop.
[
// Insert comma to end of line
{ "keys": ["super+k", "super+enter"], "command": "run_macro_file", "args": {"file": "Packages/User/Macros/end-of-line.sublime-macro"} },
// Sublime Linter
{ "keys": ["ctrl+super+%"], "command": "sublimelinter_show_all_errors" },
// Alignment
{ "keys": ["ctrl+super+a"], "command": "alignment" },
// PHP Companion
{ "keys": ["ctrl+u"], "command": "find_use" },
{ "keys": ["ctrl+i"], "command": "import_namespace" },
{ "keys": ["f7"], "command": "insert_php_constructor_property" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment