gpt4 book ai didi

Vim(文本编辑器) - 是否可以调整光标闪烁率?

转载 作者:行者123 更新时间:2023-12-04 13:47:16 31 4
gpt4 key购买 nike

是否可以在 Vim 编辑器中调整光标闪烁率(在正常模式和插入模式下)?如果这是可能的,怎么做呢?

最佳答案

:set guicursor=i:blinkwait700-blinkon400-blinkoff250
这会更改插入模式下光标的闪烁(使用 n-v-i 进行正常、可视和插入模式)。根据您的需要调整时间。

来自文档 help guicursor :

blink times for cursor: blinkwait is the delay before the cursor starts blinking, blinkon is the time that the cursor is shown and blinkoff is the time that the cursor is not shown. The times are in msec. When one of the numbers is zero, there is no blinking. The default is: "blinkwait700-blinkon400-blinkoff250".

关于Vim(文本编辑器) - 是否可以调整光标闪烁率?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39816125/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com