Comment on Learn Vim ProgressivelyparentComments−agscala15yThat is a neat trick. Even though it's one more character, the expected way to do this would be: "dt("−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 is a neat trick. Even though it's one more character, the expected way to do this would be: "dt("
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.