What is the command (or where is it on the menu) to get the line numbers up on VIM?
[Resolved] VIM question (on windows)
13 days later
Should be:
:set nu!
afaik :-)
Chris
Excellent, thank you very much.
11 days later
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