To enable mouse copy/paste (i.e. so that vim doesn't respond to the mouse)
set mouse=r
and to make vim respond to the mouse (so that selecting with the mouse does visual selecting and copy via ctrl-shift-c doesn't work):
set mouse=aTo enable mouse copy/paste (i.e. so that vim doesn't respond to the mouse)
set mouse=r
and to make vim respond to the mouse (so that selecting with the mouse does visual selecting and copy via ctrl-shift-c doesn't work):
set mouse=a