Skip to content

Instantly share code, notes, and snippets.

@machouinard
Created May 13, 2014 02:01
Show Gist options
  • Save machouinard/8b7fcff33233a6821ba1 to your computer and use it in GitHub Desktop.
Save machouinard/8b7fcff33233a6821ba1 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+shift+t"], "command": "delete_trailing_spaces" },
{"keys": ["super+shift+r"], "command": "reindent" , "args": {"single_line": false}},
{"keys": ["ctrl+alt+b"], "command": "xdebug_breakpoint"},
{"keys": ["ctrl+alt+f8"], "command": "xdebug_conditional_breakpoint"},
{"keys": ["ctrl+alt+r"], "command": "xdebug_continue", "args": {"command": "run"}},
{"keys": ["ctrl+alt+o"], "command": "xdebug_continue", "args": {"command": "step_over"}},
{"keys": ["ctrl+alt+i"], "command": "xdebug_continue", "args": {"command": "step_into"}},
{"keys": ["ctrl+alt+u"], "command": "xdebug_continue", "args": {"command": "step_out"}},
{"keys": ["ctrl+shift+x"], "command": "xdebug_session_start"},
{"keys": ["ctrl+shift+s"], "command": "xdebug_session_stop"},
{"keys": ["ctrl+alt+l"], "command": "xdebug_layout", "args": {"keymap" : true}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment