Relative Line Numbers in VIM(jeffkreeftmeijer.com)
jeffkreeftmeijer.com
Relative Line Numbers in VIM
http://jeffkreeftmeijer.com/2012/relative-line-numbers-in-vim-for-super-fast-movement/
1 comments
It is technically possible. There is a plugin from before +relativenumber was a feature, called RltvNmbr[1]. It's a bit broken (doesn't update the line numbers very smoothly) but it displays the relative numbering side-by-side with the absolute numbering.
I just don't use relative numbering enough to warrant trying to re-write it. Maybe you do?
[1] http://www.vim.org/scripts/script.php?script_id=2351
I just don't use relative numbering enough to warrant trying to re-write it. Maybe you do?
[1] http://www.vim.org/scripts/script.php?script_id=2351
I have more than enough horizontal space, and this would be a great way to use it.