Skip to content

Instantly share code, notes, and snippets.

@ksamuel
Created March 25, 2012 08:17
Show Gist options
  • Save ksamuel/2192352 to your computer and use it in GitHub Desktop.
Save ksamuel/2192352 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["shift+alt+d"], "command": "find_under_expand", "context":
[
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
]
},
{ "keys": ["shift+alt+c"], "command": "run_macro_file", "args": {"file": "Packages/User/color.sublime-macro"} },
{ "keys": ["ctrl+alt+p"], "command": "previous_edit" },
{ "keys": ["ctrl+alt+n"], "command": "next_edit" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment