Let's say I have this text:

"stringy thingy"

Is there a Textmate command or bundle that lets me place my cursor inside the quotes, press a command key sequence, and it will automatically change this pair of quotes back and forth between

"stringy thingy"
'stringy thingy'

Bonus points if there's a command or bundle that also works the same but between braces, parenthesis, and/or curly braces.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

In the source bundle, you have the Toggle Single / Double String Quotes command, it's mapped to ^".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.