summaryrefslogtreecommitdiffstats
path: root/smenu.1
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-02-06 22:15:31 +0100
committerpgen <p.gen.progs@gmail.com>2021-02-10 00:34:00 +0100
commit0baa84486e91beefb2d071e77247b674c1d43794 (patch)
treecdf233cef335a5a258ef83174ef8a1dfeed64f90 /smenu.1
parent29b697207b3256232a4775e80ae77ab745e8f68e (diff)
A new search session is now forgetful by default
The old incremental search behaviour can still be used using the new -is|-incremental_search parameter.
Diffstat (limited to 'smenu.1')
-rw-r--r--smenu.111
1 files changed, 11 insertions, 0 deletions
diff --git a/smenu.1 b/smenu.1
index dfd5d33..8ebb194 100644
--- a/smenu.1
+++ b/smenu.1
@@ -57,6 +57,7 @@ and outputs the selection to stdout.
[\fB-X\fP|\fB-htmout\fP|\fB-hidden_timeout\fP \fItype\fP [\fIword\fP] \
\fIdelay\fP]
[\fB-r\fP|\fB-auto_validate\fP]
+ [\fB-is\fP|\fB-incremental_search\fP]
[\fB-v\fP|\fB-vb\fP|\fB-visual_bell\fP]
[\fB-Q\fP|\fB-ignore_quotes\fP]
@@ -1503,6 +1504,16 @@ is displayed above the selection window.
(Allowed in all contexts.)
Enables \fBENTER\fP to validate the selection even in search mode.
+.IP "\fB-is\fP|\fB-incremental_search\fP"
+(Allowed in all contexts.)
+
+By default, when a new search session is initiated, the current search
+buffer is reset.
+When this parameter is set, the next search will start where the last
+search ended, except if \fBESC\fP was hit before.
+
+This option instructs not to clean the previous search buffer each time
+a new search session is started.
.IP "\fB-v\fP|\fB-vb\fP|\fB-visual_bell\fP"
(Allowed in all contexts.)