Selecting a Tag in Code View
Hi,
How can I select a tag in Code View when I'm in the middle of it using only the keyboard? For example, if I'm adding a class, how can I select the tag such that I can wrap it with Control-T?
When my cursor is at the | spot
<input class="added class|" type="submit">
I'd like to press a shortcut to have <input> selected. Then, I'd like to be able to Control-T to wrap in a <div> or Control-[ to move to a parent.
Thank you
