Comment on Learn to speak vim - verbs, nouns, and modifiersparentComments−city4114yand capital Y is equivalent to y$. A capital letter for a verb is "do this verb from current location until end of line"−graywh14yY is an exception to that rule, it's a synonym for yy (like S for cc), but easily changed to match D and C.−city4114yAh wow, you are correct. Any good reason that is the default behavior for Y?
Comments
and capital Y is equivalent to y$. A capital letter for a verb is "do this verb from current location until end of line"
Y is an exception to that rule, it's a synonym for yy (like S for cc), but easily changed to match D and C.
Ah wow, you are correct. Any good reason that is the default behavior for Y?