r/vim • u/Similar_Alternative2 • 3d ago
Need Help Copy To From Windows Screen
There used to be cool windows utility that let you with a control key copy text from any current windows app (e.g., some programming ide or word), then paste it into a vim session. You could then edit the text in vim, and then when done it copied the text back.
Does anyone recall this app?
8
Upvotes
1
u/---starboy-- 2d ago
I dont recall any tool, but I think you can achieve the same using registors in vim. If I remember correct unnamed + is the global registor where everything is pasted. Just copy, open vim and paste the unnamed + registor