moustafasamir
4/11/2013 - 2:51 PM

My sublime shortcuts Mac

My sublime shortcuts Mac

[
{ "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" }
]