Hello i have recently started using vim editor ( actually the plugin for netbeans ) and i am having trouble with the pastebin.
What would happen is i would yunk something in, and then do some deletes with dd and so i lose my initial yunk content. So for me as a beginner with vim its very confusing that delete actually does cut.
How do you guys usually go about this. I guess you have to paste it immediately after you yunk it, but wanted to know if you have other tricks about this.
No, you don’t. Your yunked text is in register
'0.:help '0for more info.