summaryrefslogtreecommitdiffstats
path: root/smenu.1
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-11-20 16:49:08 +0100
committerpgen <p.gen.progs@gmail.com>2022-11-20 16:49:08 +0100
commit00b5bd9836d7f9f48b8c78cf11b25bc3060fbc1a (patch)
treea69eef5bce40a2ccfa1a32f16ca6698aaec8e7e7 /smenu.1
parentff844608cbdffcc226eb86fd51b7ad1ec05b1dd0 (diff)
Improve the manual and the help system
Diffstat (limited to 'smenu.1')
-rw-r--r--smenu.154
1 files changed, 2 insertions, 52 deletions
diff --git a/smenu.1 b/smenu.1
index f0c0d72..35afc83 100644
--- a/smenu.1
+++ b/smenu.1
@@ -501,57 +501,6 @@ show one of the multiple matching possibilities.
When not in a search session \fBESC\fP can be also used to clear the
list of matching words and to reset the search buffer.
.PP
-In summary, here is the meaning of the special keys in search mode:
-.TS
-tab(@);
-lb s s
-l l c
-^ ^ l
-l lw(6c) c .
-Keys which clear the list of matching words.
-Key@Meaning@Closes
-@@the
-@@search
-@@session
-_
-Esc@Cancel search@Yes
-_
-
-.T&
-lb s s
-l l l
-^ ^ l
-l lw(6c) c .
-Keys which keep or update the list of matching words.
-Key@Meaning@Closes
-@@the
-@@search
-@@session
-_
-\fB\(<-\fP@Previous word@Yes
-\fB\(ua\fP@Previous line@Yes
-\fBCTRL\ \(<-\fP@Start of line@Yes
-\fBPgUp\fP@Previous page@Yes
-\fBCTRL\ HOME\fP, \fBSHIFT\ HOME\fP, \fBCTRL\ K\fP@First word@Yes
-
-\fB\(->\fP@Next word@Yes
-\fB\(da\fP@Next line@Yes
-\fBCTRL\ \(->\fP@END of line@Yes
-\fBPgDn\fP@Next pages@Yes
-\fBCTRL\ END\fP, \fBSHIFT\ END\fP, \fBCTRL\ J\fP@Last word@Yes
-
-\fBHOME\fP, \fBCTRL\ A\fP@T{
-Only keep the words starting with the search pattern
-T}@No
-\fBEND\fP, \fBCTRL\ Z\fP@T{
-Only keep the words ending with the search pattern
-T}@No
-
-\fBINS\fP@Tag word@No
-\fBDEL\fP@Untag word@No
-_
-.TE
-.PP
Note that the search buffer is persistent as long as the same search
algorithm is used and \fBESC\fP has not been pressed.
.SS "Selection and Exit"
@@ -562,7 +511,8 @@ code equal to 128+SINGINT (by default) without selecting anything.
See the \fB-!\fP|\fB-int\fP|\fB-int_string\fP option for more information
about the customization of the \fBCTRL\ C\fP behavior.
.PP
-By default, \fBENTER\fP writes the selected word to stdout when not in
+By default, \fBENTER\fP or a double click with the first mouse button if
+applicable writes the selected word to stdout when not in
search mode otherwise it exits from this mode and does nothing more.
If you want to be able to select a word \fIeven\fP when in search mode,
use the \fB-r\fP|\fB-auto_validate\fP option to change this behavior.