Reputation: 2028
I have a Ruby on Rails (RoR) document open and want to make the <%= %> pair of brackets. In TextMate, it's under Bundles > Ruby > Insert ERB's and the key command looks like:
^ >
How do I type that on a Mac? Shift+Ctrl+> doesn't work.
Upvotes: 0
Views: 146
Reputation: 2028
The TextMate document must be set to HTML (Rails), not Ruby on Rails.
Upvotes: 1