Delete from the current cursor position to a given line number in vi editor December 20, 2022 by Tarik You could use something like d63G to delete from the current line until line 63.