This is an old revision of the document!
Show line numbers:
:set nu
“Unshow” line numbers:
:set nonu
Current line = .
Insert comment character on current and next 5 lines:
:.,+5s/^/#/g
Change all appearances of from to morf from line 1 to current line:
:1,.s/from/morf/g