设置gvim中横竖光标_如果我处于插入模式或正常模式,如何在vim中更改光标样式?...

我习惯使用g

vim,但我想使用

vim tmux的好处.因此我想改为vim.但是在vim中,光标样式不会改变,这取决于我是哪种模式,这是gvim的一个有用特性.我使用zsh(oh-my-zsh)和gnome-terminal下面.

if has("autocmd")

au InsertEnter * silent execute "!gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/cursor_shape ibeam"

au InsertLeave * silent execute "!gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/cursor_shape block"

au VimLeave * silent execute "!gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/cursor_shape ibeam"

endif

但是这会改变游标全局.绝对是我不想要的东西

最佳答案 可能,你需要

wincent/terminus vim插件:

In insert mode, the cursor shape changes to a thin vertical bar. In replace mode, it changes to an underline. On returning to normal mode, it reverts to the standard “block” shape. Configuration options are provided to select among the different shapes.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值