Skip to content

Instantly share code, notes, and snippets.

@chealwoo
Created June 27, 2013 20:01
Show Gist options
  • Select an option

  • Save chealwoo/5879862 to your computer and use it in GitHub Desktop.

Select an option

Save chealwoo/5879862 to your computer and use it in GitHub Desktop.
Sublime Text Eclipse Shortcuts on 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": ":"} },
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment