Quick post right clicking on Vim might enter visual mode, which might make it difficult to paste into a remote session say on Terminal or Moba Xterm on Windows.
One can run this command
:set mouse-=a
in a Vim session to add this, without the leading :
to one’s .vimrc
to allow this functionality by default.