Skip to content

Instantly share code, notes, and snippets.

@dingo-d
Created October 13, 2017 17:50
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 dingo-d/8a2ba15d4eec050522a5cbeacce01fbf to your computer and use it in GitHub Desktop.
Save dingo-d/8a2ba15d4eec050522a5cbeacce01fbf to your computer and use it in GitHub Desktop.
Sublime keymap shortcuts
[
{ "keys": ["ctrl+alt+a"], "command": "alignment" },
{"keys": ["super+shift+."], "command": "insert_snippet", "args": {"contents": "error_log( print_r( , true ) );"}},
{"keys": ["super+shift+m"], "command": "insert_snippet", "args": {"contents": "print_r('<pre>');\nprint_r( );\nprint_r('</pre>');"}},
{"keys": ["super+shift+-"], "command": "insert_snippet", "args": {"contents": "<?php ?>"}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment