Skip to content

Instantly share code, notes, and snippets.

@tangyubin
tangyubin / Sublime Text 3 | Eclipse - Shortcuts
Created June 15, 2016 03:57 — forked from tucq88/Sublime Text 3 | Eclipse - Shortcuts
Eclipse shortcuts key bindings for Sublime Text 3 (OS X)
[
{ "keys": ["super+shift+w"], "command": "close_all" },
{ "keys": ["super+shift+s"], "command": "save_all" },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["super+alt+j"], "command": "join_lines" },
{ "keys": ["super+alt+down"], "command": "duplicate_line" },
{ "keys": ["shift+super+r"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },