I have set mouse=a
in my user .vimrc
, which is where $MYVIMRC
leads to, and editing this .vimrc
does reflect my vim client (for example changing the colorscheme
works).
However, the mouse options are not working.
http://vimdoc.sourceforge.net/htmldoc/options.html
In the above link I found some information about
which terminals it works in:
Enable the use of the mouse. Only works for certain terminals (xterm, MS-DOS, Win32 |win32-mouse|, QNX pterm, *BSD console with sysmouse and Linux console with gpm).
So my question is, using Git-Bash on Windows, am I not able to use mouse controls? Or is there an issue with my .vimrc
?