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
The motion mit for "move in tag" does move everything in between the selected tag, but it also takes one angle bracket too many.
Example:
<footer>
<p>Some text</p>
</footer>
With the cursor over <footer>, the motion mit should behave like cit, dit, etc and yank out everything in between the <footer> tag. The pipe will stand for cursor:
<footer>|</footer>
Instead, it does this:
<footer|</footer>
The text was updated successfully, but these errors were encountered:
The motion
mit
for "move in tag" does move everything in between the selected tag, but it also takes one angle bracket too many.Example:
With the cursor over
<footer>
, the motionmit
should behave likecit
,dit
, etc and yank out everything in between the<footer>
tag. The pipe will stand for cursor:Instead, it does this:
The text was updated successfully, but these errors were encountered: