是否可以在Vim编辑器中调整光标闪烁率(在正常模式和插入模式下)?如果这是可能的,怎么办呢?
解决方法
:set guicursor = i:blinkwait700-blinkon400-blinkoff250
这会更改光标在插入模式下的闪烁(使用n-v-i进行正常,可视和插入模式).根据您的需要调整时间.
从文档帮助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”.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。