How can I enable atomic pasting in VIM, where the entire paste operation completes as a single action without interruption?

In recent days, I frequently need to paste large blocks of text into VIM editor, and I noticed the operation appears to execute line-by-line. That is, If I press ESC or type anything during the paste, it instantly gets interrupted.

I wonder is there a way to make pasting “atomic”—ensuring the entire content is pasted at once, ignoring any intermediate keystrokes?

Reproducible in both Linux RHEL and macOS.