Hacker News new | ask | show | jobs
by cuddlecake 1344 days ago
Wouldn't just `.` do the same as `d;` in that case?
1 comments

Not always, the ";" sets the repetition-count of the operation to 1.

You can type "d2;" however.

Good to know, thank you