Add bookmark completion to manual page #365.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 27 Apr 2017 19:13:10 +0000 (21:13 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 27 Apr 2017 19:13:10 +0000 (21:13 +0200)
doc/vimb.1

index 2297c6c..22a0a91 100644 (file)
@@ -671,6 +671,27 @@ will complete only URIs that contain the words foo and bar.
 .PD
 .RE
 .TP
+.B bookmarks
+The bookmark completion is similar to the history completion, but does match
+only the tags of the bookmarks.
+The bookmark completion is started by `:open \fB!\fP`
+or `:tabopen \fB!\fP` and does a prefix search for all given words in
+the bookmark tags.
+.sp
+Example:
+.RS
+.PD 0
+.IP ":open \fB!\fPfoo ba"
+will match all bookmarks that have tags starting with "foo" and "ba".
+If the bookmark does not have any tags set, the URL is split on `.' and `/'
+into tags.
+.PD
+.RE
+.TP
+.B boomark tags
+The boomark tag completion allows the insertion of already used bookmarks for the
+`:bma ` commands.
+.TP
 .B search
 The search completion allows a filtered list of already done searches.
 This completion starts by `/` or `?` in inputbox and performs a prefix