reactjs - Sublime text key binding to remove characters -
in sublime text, have key binding comment out react code in return of component.  have super+shift+m set insert {/* , */} around block of code comment out.  i'm trying implement key binding reverse this.  so, key binding remove {/* , */}.  might combination of deleting first , last 3 characters of selection, don't know how implement this.
 
 
Comments
Post a Comment