summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGokcehan <gokcehankara@gmail.com>2022-04-03 00:54:43 +0300
committerGokcehan <gokcehankara@gmail.com>2022-04-03 00:54:43 +0300
commit50f11ad3dee6f01cd4847771eef5103319f2680f (patch)
tree213ca9abafba614305d87a585c6acb7bb9e43af5
parentda7a3665840220655d73916278545699cb07080d (diff)
update docr27
-rw-r--r--doc.go1
-rw-r--r--docstring.go4
-rw-r--r--lf.12
3 files changed, 5 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index accc7bc..f0e044f 100644
--- a/doc.go
+++ b/doc.go
@@ -454,6 +454,7 @@ Remove a bookmark assigned to the given key.
tag
Tag a file with '*' or a single width character given in the argument.
+You can define a new tag clearing command by combining 'tag' with 'tag-toggle' (i.e. 'cmd tag-clear :tag; tag-toggle').
tag-toggle (default 't')
diff --git a/docstring.go b/docstring.go
index d45ef5f..a8829ac 100644
--- a/docstring.go
+++ b/docstring.go
@@ -476,7 +476,9 @@ Remove a bookmark assigned to the given key.
tag
-Tag a file with '*' or a single width character given in the argument.
+Tag a file with '*' or a single width character given in the argument. You
+can define a new tag clearing command by combining 'tag' with 'tag-toggle'
+(i.e. 'cmd tag-clear :tag; tag-toggle').
tag-toggle (default 't')
diff --git a/lf.1 b/lf.1
index 858fe0b..16ae2d6 100644
--- a/lf.1
+++ b/lf.1
@@ -559,7 +559,7 @@ Remove a bookmark assigned to the given key.
tag
.EE
.PP
-Tag a file with '*' or a single width character given in the argument.
+Tag a file with '*' or a single width character given in the argument. You can define a new tag clearing command by combining 'tag' with 'tag-toggle' (i.e. 'cmd tag-clear :tag; tag-toggle').
.PP
.EX
tag-toggle (default 't')