lifesign
9/12/2013 - 2:26 AM

sublime-key-binding

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