Mar
3rd
Tue
3rd
More vi/Vim facts
It seems the c and d command behave exactly the same, the only main difference is that the d command deletes the space after a word. Another main difference is that the c command puts you in insert mode after deleting the content, the d command doesn’t. The text with the c command is still being yanked
