1
在操作员待定模式下更改光标形状
我在Gvim中的光标: 按下后,我在Gvim中的光标d: 在操作员挂起模式下,有什么方法可以在终端Vim中更改光标?它不必看起来完全像截图一样。 这是由Gvim 的o:hor50-Cursorin 完成的guicursor。我为Vim看到的唯一三个选项是: t_SI start insert mode (bar cursor shape) *t_SI* *'t_SI'* t_SR start replace mode (underline cursor shape) *t_SR* *'t_SR'* t_EI end insert or replace mode (block cursor shape) *t_EI* *'t_EI'* |termcap-cursor-shape| 但是关于操作员挂起模式的一切...