diff options
author | Gokcehan <gokcehankara@gmail.com> | 2022-04-03 00:54:43 +0300 |
---|---|---|
committer | Gokcehan <gokcehankara@gmail.com> | 2022-04-03 00:54:43 +0300 |
commit | 50f11ad3dee6f01cd4847771eef5103319f2680f (patch) | |
tree | 213ca9abafba614305d87a585c6acb7bb9e43af5 | |
parent | da7a3665840220655d73916278545699cb07080d (diff) |
update docr27
-rw-r--r-- | doc.go | 1 | ||||
-rw-r--r-- | docstring.go | 4 | ||||
-rw-r--r-- | lf.1 | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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') @@ -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') |