From: Thomas Roessler Date: Wed, 2 May 2001 20:49:46 +0000 (+0000) Subject: Document some missing functions. X-Git-Tag: mutt-1-3-19-rel~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53b84ee17199c0e4852137cd7f9b22a818ec4e20;p=mutt Document some missing functions. --- diff --git a/doc/manual.sgml.tail b/doc/manual.sgml.tail index 06991ca0..33a47d6d 100644 --- a/doc/manual.sgml.tail +++ b/doc/manual.sgml.tail @@ -304,20 +304,26 @@ verify-key c verify a PGP public key backspace BackSpace delete the char in front of the cursor backward-char ^B move the cursor one character to the left +backward-word ESC b move the cursor to the previous word bol ^A jump to the beginning of the line buffy-cycle Space cycle among incoming mailboxes +capitalize-word ESC c uppercase the first character in the word complete TAB complete filename or alias complete-query ^T complete address with query delete-char ^D delete the char under the cursor +downcase-word ESC l lowercase all characters in current word eol ^E jump to the end of the line forward-char ^F move the cursor one character to the right +forward-word ESC f move the cursor to the next word 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-eow ESC d delete chars from cursor to end of word 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 transpose-chars not bound transpose character under cursor with previous +upcase-word ESC u uppercase all characters in current word Miscellany