Vim: Useful text objects and motions

Flashcard 7 of 7

How can we delete this if / end pair and everything inside it?

def foo
  if bar
    # blah
    # blah
    # blah
    # blah
  end
end

Answer:

Reveal Answer