Hacker News new | ask | show | jobs
by alfiejohn_ 4619 days ago
Without a doubt turning on the following was the biggest win for me and Vim:

  set relativenumber
1 comments

If you're doing that to move vertically, you might want to try vim-sneak[1] instead.

Personally, I disable the line-numbers column altogether (and display the current column:line in the status bar).

[1] https://github.com/justinmk/vim-sneak/