Skip to content

Instantly share code, notes, and snippets.

@djbrugh
Created May 21, 2014 01:07
Show Gist options
  • Save djbrugh/0719a756705336496ed0 to your computer and use it in GitHub Desktop.
Save djbrugh/0719a756705336496ed0 to your computer and use it in GitHub Desktop.
Keybindings for Sublime Text 3
[
{ "keys": ["ctrl+shift+,"], "command": "run_macro_file", "args": {"file": "Packages/User/onslide.sublime-macro"} },
{ "keys": ["ctrl+shift+."], "command": "run_macro_file", "args": {"file": "Packages/User/uncover.sublime-macro"} },
{ "keys": ["super+r"], "command": "build" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment