backspace BackSpace delete the char in front of the cursor backward-char ^B move the cursor one character to the left bol ^A jump to the beginning of the line buffy-cycle Space cycle among incoming mailboxes complete TAB complete filename or alias complete-query ^T complete address with query delete-char ^D delete the char under the cursor eol ^E jump to the end of the line forward-char ^F move the cursor one character to the right history-down not bound scroll up through the history list history-up not bound scroll up through the history list kill-eol ^K delete chars from cursor to end of line kill-line ^U delete all chars on the line kill-word ^W delete the word in front of the cursor quote-char ^V quote the next typed key