If you wanted to comment out lines 20 to 40 of a file, use the following:
:20,40s/^/# /
Use
:set number
to enable visible line numbers.
If you wanted to comment out lines 20 to 40 of a file, use the following:
:20,40s/^/# /
Use
:set number
to enable visible line numbers.