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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -