Skip to content

Instantly share code, notes, and snippets.

@lifesign
Last active December 22, 2015 21:19
Show Gist options
  • Save lifesign/6532467 to your computer and use it in GitHub Desktop.
Save lifesign/6532467 to your computer and use it in GitHub Desktop.
sublime-key-binding
[
{ "keys": ["ctrl+e"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+\\"], "command": "auto_complete" },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+b"], "command": "open_browser", "args" : {"url" : "http://www.baidu.com/s?wd=%s"}}
// { "keys": ["ctrl+r"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@function "} }
// { "keys": ["super+r"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@function "} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment