Live data from Hacker News

Numbers.vim - A vim plugin for better line numbers

github.com

1–10 of 21 posts

Re: Numbers.vim - A vim plugin for better line numbers

#5
post #4

Why is it better? And better than what?

I believe the general theory is relative line numbering helps you when in normal mode. If you want to manipulate a chunk of lines, sometimes you revert to counting them then doing something like yy. With relative line numbering the counting is effectively done for you.

But to me, I try to avoid counting arbitrary lines and instead try and do something like y/ or ya{ or whatever.

Post reply on HN