Skip to content

Instantly share code, notes, and snippets.

@pianosnake
Last active December 29, 2015 09:59
Show Gist options
  • Save pianosnake/7654006 to your computer and use it in GitHub Desktop.
Save pianosnake/7654006 to your computer and use it in GitHub Desktop.
User Key Bindings for Sublime 2 with RubyMine shortcuts used by Pivotal Labs.
[
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["super+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["super+alt+up"], "command": "swap_line_up" },
{ "keys": ["super+alt+down"], "command": "swap_line_down" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment