WRITE ^D - Forward one character WRITE ^S - Backward one character WRITE ^F - Forward one word WRITE ^A - Backward one word WRITE ^T - Change the case of the current character WRITE ^R - Go to the end of the line WRITE ^B - go to the beginning of the line WRITE ^K - delete from the current position to the end of the line WRITE ^V - on/off insert character mode WRITE ^U - delete entire line WRITE ^H - erase one character