If only there was a way to set this as the default and format pasting as the shift setting.
FWIW, shift+command+v works for me...
https://www.makeuseof.com/tag/copy-paste-text-without-format...
(MS Office requires a slightly different procedure: https://apple.stackexchange.com/questions/287159/is-there-a-...)
maybe it was in one of the older macs I had to use recently, or some combination with voiceover that I was running.
On my MacBook Pro, Command + Option + V universally executes the following AppleScript:
use scripting additions do shell script "pbpaste | pbcopy" return
If only there was a way to set this as the default and format pasting as the shift setting.
FWIW, shift+command+v works for me...