Vim commands for copying

  1. Extract lines from line n to line m to a new file
    : n,m w newfile
  2. Next