October 11, 2007

Show line numbers in vi or vim

Learn how to easily display or hide line numbers in vi or vim with simple commands for improved document navigation.

Found here: http://www.tech-recipes.com/unix_tips402.html

While editing a document  (and not inserting text), type the following to turn on line numbers:

:set number

If you tire of the line numbers, enter the following command to turn them off:

:set nonumber