From 50f11ad3dee6f01cd4847771eef5103319f2680f Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 3 Apr 2022 00:54:43 +0300 Subject: [PATCH] update doc --- doc.go | 1 + docstring.go | 4 +++- lf.1 | 2 +- 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')