Provides dsf
mapping that will delete a surrounding function call when invoked.
foo(ba|r);
dsf results inba|r
Module::Foo.new("b|ar")
dsf results inb|ar
foo(baz(ba|r));
dsf results infoo(ba|r)
Lovingly copy-pasted from Andrew Radev's How I Vim post.