DEV Community

Discussion on: Vim for starters - the minimum you need to know

Collapse
 
jaquino94 profile image
Justin

You can also do

:set number relative number

to have line numbers and relative numbers at the same time so you can copy/delete lines of code easier without losing which line you are on in your code :)