Skip to content

Instantly share code, notes, and snippets.

@sloveland
Last active August 29, 2015 14:05
Show Gist options
  • Save sloveland/934d8df2c0cef523aa47 to your computer and use it in GitHub Desktop.
Save sloveland/934d8df2c0cef523aa47 to your computer and use it in GitHub Desktop.
keybindings for EOL macros
[
{
"keys": ["super+;"],
"command": "run_macro_file",
"args": {"file": "Packages/User/eol-semicolon.sublime-macro"}
},
{
"keys": ["super+,"],
"command": "run_macro_file",
"args": {"file": "Packages/User/eol-comma.sublime-macro"}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment