Comment on Learn Vim ProgressivelyparentComments−pyre15yBetter to think of if as 'delete a' or 'delete in': da" => 'delete a "-block' di" => 'change in "-block'−billybob15yYes, "delete a" and "delete inner" is how Vim explains these text object operations. See ":help da", for example.
Comments
Better to think of if as 'delete a' or 'delete in':
Yes, "delete a" and "delete inner" is how Vim explains these text object operations. See ":help da", for example.