Y
Hacker News
new
|
ask
|
show
|
jobs
by
cuddlecake
1344 days ago
Wouldn't just `.` do the same as `d;` in that case?
1 comments
amelius
1344 days ago
Not always, the ";" sets the repetition-count of the operation to 1.
You can type "d2;" however.
link
cuddlecake
1343 days ago
Good to know, thank you
link
You can type "d2;" however.