Skip to content

Instantly share code, notes, and snippets.

@digitalmaster
Created December 3, 2013 18:20
Show Gist options
  • Select an option

  • Save digitalmaster/7774607 to your computer and use it in GitHub Desktop.

Select an option

Save digitalmaster/7774607 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+ctrl+down"], "command": "duplicate_line" },
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+shift+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+shift+down"], "command": "swap_line_down" },
{ "keys": ["super+shift+f"], "command": "find_under_expand" },
{ "keys": ["super+ctrl+a"], "command": "alignment" },
{ "keys": ["alt+super+j"], "command": "js_run" },
{"keys": ["shift+f8"], "command": "previous_color_scheme"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment