Comment on Vim Cheat Sheet - For Programmers By ProgrammersparentComments−dhimes15y->For instance, dt' will delete characters until it matches a'. But also, dtf' will delete characters until it matches a' but also delete that '.dtf' should be df' in the above−phzbOx15yops, yes, thank you.
Comments
->For instance, dt' will delete characters until it matches a'. But also, dtf' will delete characters until it matches a' but also delete that '.
dtf' should be df' in the above
ops, yes, thank you.