Dup Ver Goto 📝

Mouse Mode — enable Copy/Paste

PT2/editor/vim does not exist
To
10 lines, 44 words, 266 chars Page 'MouseMode' does not exist.

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=a