]> granicus.if.org Git - mutt/commitdiff
Document some missing functions.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 2 May 2001 20:49:46 +0000 (20:49 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 2 May 2001 20:49:46 +0000 (20:49 +0000)
doc/manual.sgml.tail

index 06991ca0f27d7564f7c9fc9122b7f9828105ca8d..33a47d6dd4287802c7ab90ff7431e77ef372a947 100644 (file)
@@ -304,20 +304,26 @@ verify-key                 c   verify a PGP public key
 <verb>
 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
 </verb>
 
 <sect>Miscellany