Skip to content

Instantly share code, notes, and snippets.

@silviopaganini
Created October 20, 2013 09:48
Show Gist options
  • Save silviopaganini/7067252 to your computer and use it in GitHub Desktop.
Save silviopaganini/7067252 to your computer and use it in GitHub Desktop.
Sublime User Key Bindings
[
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+up"], "command": "swap_line_up" },
{ "keys": ["super+down"], "command": "swap_line_down" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment