When I select text in Vim using the mouse, the editor displays "SELECT" at the bottom of the window, like so:
This always makes me uneasy, because I have found that the Select mode somehow changes very easily into Insert mode. Is there a way to have a "read-only select mode", if you will, such that Vim does not react in any way in response to mouse select operations?
I am using Vim 8.0.586 on Windows 10.

set selectmode-=mouse– Mass Dec 14 '17 at 15:56behave mswin. All these mswin stuff are the root of many problems when we come to Vim on Windows boxes from a *nix background. IMO, it's best to get rid of it. I doubt there are that many people using vim that desire their editor to behave like notepad. – Luc Hermitte Dec 14 '17 at 16:10behave mswincaused these problems. – Sabuncu Dec 14 '17 at 16:52