Use the vim: disable auto-comment and auto-indent when pasting text

To disable(toggle) auto-comment and auto-indent when pasting (and avoid that middle-click results in the following)

# my comment
# 1.1.1.1 foo
#   2.2.2.2 bar

Just use

:set paste! 

Lascia un commento