summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-11 06:57:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-11 06:57:05 -0700
commitd7dded2d92e7e7d02e6f1493dff199fbf9290213 (patch)
tree2dca1a1641d44ef980ca3824d2f6ca90ebc36d6f /txr.1
parent077d813e87f69543ad695e88d1958e12e059a94f (diff)
downloadtxr-d7dded2d92e7e7d02e6f1493dff199fbf9290213.tar.gz
txr-d7dded2d92e7e7d02e6f1493dff199fbf9290213.tar.bz2
txr-d7dded2d92e7e7d02e6f1493dff199fbf9290213.zip
Document some special keys supported by linenoise.
* txr.1: document Home, End and Delete support.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.17
1 files changed, 5 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index f2d075f5..47d509e3 100644
--- a/txr.1
+++ b/txr.1
@@ -33417,7 +33417,8 @@ addition, Ctrl-B ("back") and Ctrl-F ("forward") perform this movement.
The Ctrl-A command moves to the beginning of the line. ("A" is the beginning
of the alphabet). The Ctrl-E ("end") command jumps to the end of the line,
such that the last character of the line is to the left of the cursor
-position.
+position. On terminals which have the Home and End keys, these may also
+be used instead of Ctrl-A and Ctrl-E.
.NP* Character Swap
@@ -33437,7 +33438,9 @@ also performs the same action, since it corresponds to ASCII BS.
The Ctrl-D command is overloaded with two meanings. If the line is empty, it is
a quit indication. Otherwise, it deletes the character under the cursor
-without changing the cursor position.
+without changing the cursor position. On terminals which have a Delete key,
+the deleting action may also be performed with that key. The Delete key doesn't
+have the quit indication meaning of Ctrl-D.
.NP* Delete Word Left