Skip to content

Instantly share code, notes, and snippets.

@moustafasamir
Created April 11, 2013 14:51
Show Gist options
  • Save moustafasamir/5364024 to your computer and use it in GitHub Desktop.
Save moustafasamir/5364024 to your computer and use it in GitHub Desktop.
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" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment