Skip to content

Instantly share code, notes, and snippets.

@joneath
Created May 3, 2012 18:49
Show Gist options
  • Save joneath/2588072 to your computer and use it in GitHub Desktop.
Save joneath/2588072 to your computer and use it in GitHub Desktop.
Sublime Text 2 Key Bindings
[
{ "keys": ["super+shift+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+shift+n"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment