summaryrefslogtreecommitdiffstats
path: root/doc/manual.sgml.head
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-10-27 10:38:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-10-27 10:38:43 +0000
commitb1c7fbdb29d0b279c8db8e3119d6d990ae895ab2 (patch)
treef1ba9e15b446d545500e77d7558f25f12d031aeb /doc/manual.sgml.head
parent0a1771d4dc71fc9f197ff6d5a5d13ead116f5956 (diff)
Document the recent additions to the line editor.
Diffstat (limited to 'doc/manual.sgml.head')
-rw-r--r--doc/manual.sgml.head10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head
index 97b5f3ff..280efe25 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.
<tscreen><verb>
^A or <Home> bol move to the start of the line
^B or <Left> backward-char move back one char
+Esc B backward-word move back one word
^D or <Delete> delete-char delete the char under the cursor
^E or <End> eol move to the end of the line
^F or <Right> forward-char move forward one char
+Esc F forward-word move forward one word
<Tab> 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
<Up> history-up recall previous string from history
<Down> history-down recall next string from history
<BackSpace> 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
<Return> n/a finish editing
</verb></tscreen>