Created
June 27, 2013 20:01
-
-
Save chealwoo/5879862 to your computer and use it in GitHub Desktop.
Sublime Text Eclipse Shortcuts on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "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