Dealing with the web a lot (as we do nowadays), every time I want to copy/paste something, I usually do this workflow to remove formatting:
1. Copy
2a. If single-line, paste into Safari search bar, OR into Chrome URL bar, then copy that
2b. If multi-line, fire up a terminal, type vi, hit i, paste, then copy that
3. Paste into target
Is there a command to simply paste unformatted that I'm not aware of? I see this "paste and match style" thing but it doesn't seem to be doing what I want, which is remove all formatting and just paste the text.
Thanks!
1. Copy
2a. If single-line, paste into Safari search bar, OR into Chrome URL bar, then copy that
2b. If multi-line, fire up a terminal, type vi, hit i, paste, then copy that
3. Paste into target
Is there a command to simply paste unformatted that I'm not aware of? I see this "paste and match style" thing but it doesn't seem to be doing what I want, which is remove all formatting and just paste the text.
Thanks!