I frequently do this, instead: ":r !cat"
For me, it's just <F8>, then pasting, then pressing <F8> again. This works because of the following line in my .vimrc which I highly recommend:
set pastetoggle=<F8>
I frequently do this, instead: ":r !cat"