I can not change the VIM cursor type when I enter Insert mode when I use Console2.
I wanted it to do as it does in cmd, as shown below:
Does anyone know if it is possible, and if so, how do you do it?
I can not change the VIM cursor type when I enter Insert mode when I use Console2.
I wanted it to do as it does in cmd, as shown below:
Does anyone know if it is possible, and if so, how do you do it?
Overall in vim show mode is connected to
:set showmode
To see details
:help showmode
can be defined in the configuration file ($ HOME / .vimrc in unix, $ HOME / _vimrc in windows)