Skip to content

Instantly share code, notes, and snippets.

@kendepelchin
Last active May 19, 2017 09:52
Show Gist options
  • Save kendepelchin/526020b1f22fbe73a59f782b35570beb to your computer and use it in GitHub Desktop.
Save kendepelchin/526020b1f22fbe73a59f782b35570beb to your computer and use it in GitHub Desktop.
[
{ "keys": ["alt+d"], "command": "find_under_expand" },
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+shift+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["super+alt+forward_slash"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["super+shift+w"], "command": "close_all" },
{ "keys": ["super+k", "super+f"], "command": "phpcs_fix_this_file", "args": {"tool": "Fixer"}},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment