Highlighting the current line number in vim

前端 未结 6 659
忘了有多久
忘了有多久 2021-01-30 20:47

Is there a way to highlight only the current line number (in the left hand coloumn) in vim, without highlighting the background of the current line? Ideally, I

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 21:33

    You want to look at

    :se cursorline
    

    and perhaps even/also

    :se cursorcolumn
    

提交回复
热议问题