Sunday, 25 August 2013

Highlighting lines in terminal vim without row number a la MacVim

Highlighting lines in terminal vim without row number a la MacVim

I have set number in my vimrc, and I want to highlight rows using my mouse
cursor without selecting the row numbers, kinda like how MacVim does it. I
understand that MacVim is a native application and vim is bound by the
conditions of the shell/terminal that it is in.
Is there a way to make this happen?
I want this:

Not this:

No comments:

Post a Comment