💻 Software
How to navigate between begin and end html tag in Vim?
Fresh5 days ago
Mar 15, 202610325 viewsConfidence Score0%
0%
Problem
For example, if I want to jump to the close tag. how could I do this?
Error Output
form
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to navigate between begin and end html tag in Vim?
Low Risk
You can jump between tags using visual operators, in example: Place the cursor on the tag. Enter visual mode by pressing v. Select the outer tag block by pressing a+t or i+t for inner tag block. Your cursor should jump forward to the matching closin…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix