From aedf17db09771100122503aae3a20f8d450f36ba Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 27 Apr 2017 21:13:10 +0200 Subject: [PATCH] Add bookmark completion to manual page #365. --- doc/vimb.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/vimb.1 b/doc/vimb.1 index 2297c6c..22a0a91 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -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 -- 2.20.1