diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-11 06:57:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-11 06:57:05 -0700 |
commit | d7dded2d92e7e7d02e6f1493dff199fbf9290213 (patch) | |
tree | 2dca1a1641d44ef980ca3824d2f6ca90ebc36d6f /txr.1 | |
parent | 077d813e87f69543ad695e88d1958e12e059a94f (diff) | |
download | txr-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.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |