Dup Goto 📝

Mouse Mode — enable Copy/Paste

PT2/editor/vim 07-31 13:46:46
To Pop
10 lines, 44 words, 266 chars Monday 2023-07-31 13:46:46

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