Skip to content

Instantly share code, notes, and snippets.

@optroodt
Created March 27, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save optroodt/16d667b9027c2523e9c90836822a4210 to your computer and use it in GitHub Desktop.
Save optroodt/16d667b9027c2523e9c90836822a4210 to your computer and use it in GitHub Desktop.
OS X Eclipse key bindings for Sublime Text 3
[
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["super+alt+down"], "command": "duplicate_line" },
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment