kek / sublime-expand-selection-to-quotes

Sublime Text plugin to expand selection to surrounding quotes
107 stars 13 forks source link

no keybindings-preference file? #12

Open emilBeBri opened 6 years ago

emilBeBri commented 6 years ago

Hi! Thanks for this great feature, however: I'm using ctrl+' to comment out code, so I need to map it to a different key combo... but how?? Normally a package would have these under "Preferences → Package Settings → [name of the package]", but this one doesn't, so...??

kek commented 3 years ago

You can see here how to change keyboard bindings here. https://github.com/kek/sublime-expand-selection-to-quotes/issues/10#issuecomment-273883978

I was not aware of the package settings feature in Sublime Text. Would welcome pull request to add it.