Setting the cursor to a vertical thin line in vim

前端 未结 3 1836
离开以前
离开以前 2021-02-07 06:23

I am trying to set the cursor in insert mode to be a thin vertical line and I am unable to. I have tried this in my .vimrc file:

set guicursor+=i:ver100-iCursor         


        
3条回答
  •  说谎
    说谎 (楼主)
    2021-02-07 06:49

    This did the trick:

    set guicursor=i:ver25-iCursor

    I had to reduce the 100 to 25

提交回复
热议问题