VIM - How to show row numbers

Show VIM row numbers

Copy/Paste guide

Show Numbers

set nu

Hide Numbers

set nonu

Long version guide

set numbers

set number

or the shortcut

set nu

set numbers

and then, this is the new fantastic-oh-my-God Vim:

set numbers

To come back, just type the reverse command:

set nonumbers

set numbers

and all gets back clean

set numbers