Can I delete the open bracket and auto delete the close bracket in the vim?
Fresh3 days ago
Mar 15, 20263157 viewsConfidence Score0%
0%
Problem
Here is the text: It is the text outside the bracket. {I am some text in the backet.} This is another text outside the bracket. I wanna to remove the inside the text. So, I and it, and then it again.... is there any easy method for me the delete the bracket? Thanks.
Error Output
{}Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Can I delete the open bracket and auto delete the close bracket in the vim?
Low Risk
put your cursor to block f{ yank inner block yi{ select entire block va{ overwrite selected block p Note: It works on multi-line block.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix