diff --git a/doc.go b/doc.go index accc7bc0..f0e044fe 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 d45ef5f0..a8829ace 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 858fe0b8..16ae2d6e 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')