summaryrefslogtreecommitdiffstats
path: root/smenu.1
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-10-23 19:19:27 +0200
committerpgen <p.gen.progs@gmail.com>2022-10-23 19:28:11 +0200
commit9b488c0c71348ab8914d2974cc1c5a87a5a4b93e (patch)
treeb629a6a277325f6477cd1e18206bc63f6cbe1aeb /smenu.1
parent4068e3aede66cd47539b7d984898c799b016b8e7 (diff)
Add a 'u' command to untag a tagged word
Diffstat (limited to 'smenu.1')
-rw-r--r--smenu.19
1 files changed, 6 insertions, 3 deletions
diff --git a/smenu.1 b/smenu.1
index 4ea74b0..d69e74f 100644
--- a/smenu.1
+++ b/smenu.1
@@ -526,14 +526,17 @@ use the \fB-r\fP|\fB-auto_validate\fP option to change this behavior.
When the tagging is activated by using the command line
\fB-T\fP|\fB-tm\fP|\fB-tag\fP|\fB-tag_mode\fP
or \fB-P\fP|\fB-pm\fP|\fB-pin\fP|\fB-pin_mode\fP option, then the
-keys \fBt\fP, \fBT\fP, \fBINS\fP and \fBDEL\fP can be used to tag/untag
-some words.
-These tagged words will then be output on the standard output when
+keys \fBt\fP, \fBu\fP, \fBT\fP, \fBU\fP, \fBINS\fP and \fBDEL\fP can be
+used to tag/untag some words.
+These tagged words will then be sent to the standard output when
\fBENTER\fP is pressed.
.TP
\fBt\fP
Tag/untag or Pin/unpin the word under the cursor (toggle).
.TP
+\fBu\fP
+Untag or unpin the word under the cursor.
+.TP
\fBT\fP
Tag or pin the matching words if any.
.TP