Possible Duplicate:
In vim is there a way to delete without putting text in the register?
Most of the time, I use yy
to yank and line and then paste with p
somewhere. However, if I use dd
to delete any line, or dw
to delete any word, I will lose anything that I had yanked. Is there a workaround to this problem?
Thanks,