diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-30 06:55:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-30 06:55:05 -0700 |
commit | 3e9b194c37fb55b247f60fcbe6af9cd952858a11 (patch) | |
tree | 1b1c1a53be69b122a3009f7756f08c9db4a1b792 | |
parent | f37de162c3455eba2712f4da03fe68e93983e398 (diff) | |
download | txr-3e9b194c37fb55b247f60fcbe6af9cd952858a11.tar.gz txr-3e9b194c37fb55b247f60fcbe6af9cd952858a11.tar.bz2 txr-3e9b194c37fb55b247f60fcbe6af9cd952858a11.zip |
doc: describe cheatsheet command.
* txr.1: New section "Editing Help" under "Interactive
Listener" describing Ctrl-X ?
-rw-r--r-- | txr.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -58837,6 +58837,17 @@ command in GNU Bash. When \*(TX is resumed, the interactive listener will re-display the edited line and restore the previous cursor position. +.SS* Editing Help + +The Ctrl-X ? command shows a summary of commands, in a four-line +display which temporarily replaces the editing area. The help text +is divided into several pages. Ctrl-C dismisses the display, and +returns to editing. The Ctrl-P, left arrow and up arrow keys return +to the previous screen. Any other key advances to the next screen. +Advancing from the last screen, dismisses the display, and returns +to editing. Navigating to the previous screen when the first screen +is being shown also dismisses the display and returns to editing. + .SS* Print the Prompt The |