如何在VIM中突出显示光标位置的水平和垂直线的位置?
How do I highlight the position of horizontal and vertical line of cursor position in VIM?
我在看插件,发现光标位置用水平线和垂直线突出显示。
我的 VIM 非常想要它,但我找不到它的插件。
有谁知道如何获取或如何设置它?看起来很酷
为什么是插件?参见 :help 'cursorline'
和 :help 'cursorcolumn'
。
我在看插件,发现光标位置用水平线和垂直线突出显示。 我的 VIM 非常想要它,但我找不到它的插件。
有谁知道如何获取或如何设置它?看起来很酷
为什么是插件?参见 :help 'cursorline'
和 :help 'cursorcolumn'
。