How do I change the cursor between Normal and Insert modes in Vim?

后端 未结 11 770
无人及你
无人及你 2020-12-04 10:56

I would like to know how to change, if possible, the cursor in Vim (in color, shape, etc.) depending on what mode you are in.

I am constantly forgetting that I am not

11条回答
  •  既然无缘
    2020-12-04 11:24

    You may try the Terminus Vim plugin:

    In insert mode, the cursor shape changes to a thin vertical bar. In replace mode, it changes to an underline. On returning to normal mode, it reverts to the standard "block" shape.

提交回复
热议问题