Closed SirWumpus closed 1 year ago
When the buffer is empty, i or 0i will behave like 0a. Once the buffer is non-empty 0i will cause a range error, use 1i. This is more like how ed(1) behaves.
i
0i
0a
1i
ed(1)
When the buffer is empty,
i
or0i
will behave like0a
. Once the buffer is non-empty0i
will cause a range error, use1i
. This is more like howed(1)
behaves.