在 Vim 的视觉模式下,突出显示光标下的字母作为选择的一部分
我在 gnome-terminal 中使用控制台 Vim,我想在可视模式下突出显示光标下的字母,使其看起来像选择的一部分(事实上确实如此)。
:h hl-cursor
东西对我不起作用(我的意思是使用该帮助页面上描述的突出显示模式)-- :highlight Cursor ctermfg=Blue ctermbg=Green
似乎没有改变任何东西。 :h Visual
中的 :set t_cv=^[^[ t_ci=^[^[
] 也不执行任何操作。
I'm using console Vim in gnome-terminal and I'd like to highlight the letter under the cursor in Visual mode to look like a part of the selection (which it is in fact).
The :h hl-cursor
thing does not work for me (I mean using this highlight mode described on that help page) -- :highlight Cursor ctermfg=Blue ctermbg=Green
does not seem to change anything. The :set t_cv=^[^[ t_ci=^[^[
from :h visual
does not do anything too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不能说你如何解决你的问题,但我建议你尝试:
你会喜欢它的输出:)
I can't say how you can solve your very problem but I suggest you to try:
You'll like its output :)