top | item 41367762

(no title)

fillmore | 1 year ago

I'd like to play, but the line numbers are following the cursor. Seems like a bug, but am I missing something? I'm not an experienced vim user but I'm normally able to navigate fine (albeit slowly).

(Tried in Chrome and Firefox)

discuss

order

swah|1 year ago

Thats a vim option called relative line numbers.

vim_racer|1 year ago

Just wanted to mention that I've made those settings configurable now, and it'll default to the normal vim line numbers. Feedback shifted this one up the priority list!

bananicorn|1 year ago

Try this in your local vim: set rnu

Really handy for relative movements like 5j or 12k :)