|
|
|
|
|
by exDM69
4685 days ago
|
|
If you do not know what cf" does, you've been using Vim like you would use a normal text editor. Which is fine. But you're missing out a lot. Do yourself a favor and go figure out what's the difference between:
cf"
cF"
ct"
ci"
ca" Note: you can substitute c for any "verb" (d, y, ~, etc) and " for many delimeters. :help text-objects
|
|