Skip to content
Vim Learn
Learn/

Delete Around Quotes

33 / 51

Text Objects · Quotes

Delete Around Quotes

Remove a quoted value including its delimiters.

The around form treats the string literal as a whole expression, including both quote characters.

Use da", da', and da` in the editor beside this lesson. The challenge proves it once; Practice is a timed run against the clock.

Keys in this lesson

da"
Delete the double-quoted string, quote marks included
da'
Delete the single-quoted string, quote marks included
da`
Delete the backtick string, the backticks included
All 91 keys →

Practice against the clock.

The challenge proves completion once. Practice is a timed run of 15 goals — beat par, then beat your own best time. Every completed goal saves locally.

da"

Delete the double-quoted string including its quotes.