You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dl><dt>Term</dt><super-duper>Definition</super-duper><!-- ☝️ cursor here --></dl>
I'd like to perform a text action, e.g. gwat ("Go wrap a tag") which would prompt for an emmet abbreviation then wrap the text object (the tag) in an abbreviation.
So in that example, if I performed: gwatdd.super<cr>, then I would get the following:
Hey @bennypowers I normally use vim-surround to wrap with an HTML tag (but that doesn't fix completly your problem i guess). Will do some investigation later this week.
Given
I'd like to perform a text action, e.g.
gwat
("Go wrap a tag") which would prompt for an emmet abbreviation then wrap the text object (the tag) in an abbreviation.So in that example, if I performed:
gwat
dd.super
<cr>
, then I would get the following:If then, I visually selected the
dt
anddd
tags, and performedgw
div
<cr>
, I'd get:The text was updated successfully, but these errors were encountered: