加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

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

发布时间:2020-12-15 22:43:49 所属栏目:安全 来源:网络整理
导读:是否可以在Vim编辑器中调整光标闪烁率(在正常模式和插入模式下)?如果这是可能的,怎么办呢? 解决方法 :set guicursor = i:blinkwait700-blinkon400-blinkoff250 这会更改光标在插入模式下的闪烁(使用n-v-i进行正常,可视和插入模式).根据您的需要调整时间.
是否可以在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”.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读