Is there a command to move a cursor to a specific line when creating a new file in vim?
Solution 1:
If you want to move to (for instance) line 10 in the file, you would type :10
You can put commands like this on the command line with vim +10
If you want to move to (for instance) line 10 in the file, you would type :10
You can put commands like this on the command line with vim +10