Does anyone have any idea how to change the thickness of the text pointer in gVim in insert mode? I'm using it on Windows, so maybe there's a Windows trick that may do the job.
有没有人知道如何在插入模式下更改gVim中文本指针的粗细?我在Windows上使用它,所以也许有一个Windows技巧可以完成这项工作。
Right now it's about 3px wide, whereas I want it 1px wide.
现在它大约是3px宽,而我想要1px宽。
1 个解决方案
#1
Check out :help gcr for full details. You'll probably want to edit your existing setting, but here's what worked for me:
退房:帮助gcr了解详细信息。您可能想要编辑现有设置,但这对我有用:
set gcr=...,i-ci:ver10-Cursor/lCursor,...
The ... represents the values that were there before, for the other modes.
对于其他模式,...表示之前的值。
#1
Check out :help gcr for full details. You'll probably want to edit your existing setting, but here's what worked for me:
退房:帮助gcr了解详细信息。您可能想要编辑现有设置,但这对我有用:
set gcr=...,i-ci:ver10-Cursor/lCursor,...
The ... represents the values that were there before, for the other modes.
对于其他模式,...表示之前的值。