Vim commands for copying
Extract lines from line n to line m to a new file
:
n,m w newfile
Next