Created
April 11, 2013 14:51
-
-
Save moustafasamir/5364024 to your computer and use it in GitHub Desktop.
My sublime shortcuts Mac
This file contains 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
Show hidden characters
[ | |
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["alt+shift+tab"], "command": "prev_view" }, | |
{ "keys": ["alt+tab"], "command": "next_view" }, | |
{ "keys": ["super+h"], "command": "show_panel", "args": {"panel": "find_in_files"} }, | |
{ "keys": ["super+shift+enter"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line Before.sublime-macro"} }, | |
{ "keys": ["super+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" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment