有没有办法让光标成为下划线 - > _而不是一个盒子?
我查看了这个thread并尝试了命令,但没有任何改变。我知道有一个set cursorline选项,但这不是我想要的。
布朗尼指出,如果你能告诉我如何让它眨眼。
答案 0 :(得分:7)
这可能受'guicursor'
选项cp的影响。 :help 'guicursor'
了解详情。以下内容为您提供所有模式中闪烁的下划线光标:
:set guicursor=a:hor20-Cursor
这主要仅适用于GVIM。在终端中,您必须找到适当的ANSI转义序列来切换光标形状,或者更好地在终端设置中重新配置光标。
答案 1 :(得分:0)
(In Ubuntu) Definitely, you can change Cursor Shape to I-Beam, Underscore or Block (Default) in VIM :
Step 1: Go the Edit menu in terminal
Step 2: Select the 'Profile Preferences' Option.
A window window will appear...
Step 3: Select 'General' tab into the opened window.
At the bottom of the tab you can find 'Cursor Shape' option.
From here you can change Cursor Shape to I-Beam, Underscore or Block.