Modify VIM cursor by running in Console2

0

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?

    
asked by anonymous 04.08.2014 / 16:21

1 answer

1

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)

    
17.02.2015 / 20:09