-3

I want to set vim with that. but I can't find the way.

enter image description here

sudo bangbang
  • 27,127
  • 11
  • 75
  • 77
  • Possible duplicate of [vim line numbers - how to have them on by default?](http://stackoverflow.com/questions/10274146/vim-line-numbers-how-to-have-them-on-by-default) – SibiCoder May 27 '16 at 16:54

1 Answers1

1

Just use the following

:set nu
:set rnu

For more information use :help

:h number
:h relativenumber
sudo bangbang
  • 27,127
  • 11
  • 75
  • 77