Vim: Useful text objects and motions

Flashcard 1 of 7

What's the quickest way to delete the entire foo method, given your cursor position:

def baz
  qux
end

def foo
  bar
end

def blag
  blarg
end

Answer:

Reveal Answer