I’d like to create a hotkey/shortcut for skipping through characters within a line until it sees a ‘>’ character, which is the last character it skips.
For example, I might type:
<a
As soon as I press enter, my auto completion automatically turns this into:
<a href="*"></a>
And leaves the cursor where the star is above. I’d then type in the href link, and then I want the ability to skip through and start immediately writing text in between the and tags without having to either type the extra "> keys or pressing the right arrow button on my keyboard twice