Click to See Complete Forum and Search --> : [Resolved] VIM question (on windows)


piersk
02-17-2004, 05:51 PM
What is the command (or where is it on the menu) to get the line numbers up on VIM?

chris_cj
03-01-2004, 10:34 AM
Should be:

:set nu!

afaik :-)

Chris

piersk
03-01-2004, 11:15 AM
Excellent, thank you very much.

bubblenut
03-12-2004, 07:39 AM
Also, in the bottom right of the screen you will see your [line-number],[column-number], you can jump straight to a particular line by typing colon and then the line number from command mode. So when in insert mode hit Esc :[line-number]. Very handy when wanting to jump around the file quickly.
HTH