From: Thomas Roessler Date: Fri, 27 Oct 2000 10:38:43 +0000 (+0000) Subject: Document the recent additions to the line editor. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a90cc6e9554ffd8290c2bb8046e5f1d965916fd;p=neomutt Document the recent additions to the line editor. --- diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 97b5f3ff5..280efe255 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -126,18 +126,24 @@ around while editing are very similar to those of Emacs. ^A or bol move to the start of the line ^B or backward-char move back one char +Esc B backward-word move back one word ^D or delete-char delete the char under the cursor ^E or eol move to the end of the line ^F or forward-char move forward one char +Esc F forward-word move forward one word complete complete filename or alias -^K kill-eol delete to the end of the line ^T complete-query complete address with query +^K kill-eol delete to the end of the line +ESC d kill-eow delete to the end ot the word +^W kill-word kill the word in front of the cursor ^U kill-line delete entire line ^V quote-char quote the next typed key -^W kill-word kill the word in front of the cursor history-up recall previous string from history history-down recall next string from history backspace kill the char in front of the cursor +Esc u upcase-word convert word to upper case +Esc l downcase-word convert word to lower case +Esc c capitalize-word capitalize the word ^G n/a abort n/a finish editing