Comment on Learn Vim ProgressivelyparentComments−tmhedberg15yThat would delete just the function name (`globalConfig.getParam`), not the argument list as well. `d%` would grab the function name _and_ its argument list.
Comments
That would delete just the function name (`globalConfig.getParam`), not the argument list as well. `d%` would grab the function name _and_ its argument list.