Showing posts with label line number in vi editor. Show all posts
Showing posts with label line number in vi editor. Show all posts

Friday, November 21, 2008

Display line numbers in vi editor

To display line numbers in vi editor by giving the command

:set nu or :se number

to disable the line numbers, give the command

: set nonumber