Previous: DeleteLine, Up: Editing Commands [Contents][Index]
Syntax: DeleteEOL
Abbreviation: DE
deletes all characters from the current cursor position to the end of the line.
DeleteEOL
could be easily implemented with a macro, but it is such a
common, basic editing feature that it seemed worth a separate implementation.