Skip to content

Instantly share code, notes, and snippets.

@mane87
Created December 6, 2012 13:37
Show Gist options
  • Save mane87/4224488 to your computer and use it in GitHub Desktop.
Save mane87/4224488 to your computer and use it in GitHub Desktop.
SublimeText 2 Eclipse Key-Bindings (Mac)
[
{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+shift+j"], "command": "join_lines" },
{ "keys": ["super+alt+down"], "command": "duplicate_line" },
{ "keys": ["shift+super+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["super+shift+s"], "command": "save_all" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment