5 ms·
There's another mistake in that command (also present in the article): with that "t" in there, `yt$` will yank up to, but not including, a '$' character on the
by sapphirecat 15y ago
There's another mistake in that command (also present in the article): with that "t" in there, `yt$` will yank up to, but not including, a '$' character on the current line. Unless there is no '$', which is an error and no yanking. Yank from cursor, not including newline, is `y$` without a "t".
- city41 15y agoand capital Y is equivalent to y$. A capital letter for a verb is "do this verb from current location until end of line"