I have a massive file full of SQL statements and I would like to delete half of them to reduce the amount of insert statements to make the data more manageable. How can I delete all lines above the line which my cursor is in (or using a range of line numbers)?