Add backticks around selected text on Sublime
Just add the below to your user key bindings in Sublime Text 2.
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`${0:$SELECTION}`"}, "context":
    [
        { "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
        { "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
    ]
}Written by Aidan Threadgold
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Sublime 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
