summaryrefslogtreecommitdiff
path: root/doc/vimb.1.txt
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-04-06 19:38:29 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-04-06 19:38:29 +0200
commit38bbeda20321dfd684207ced54034302ca5068a3 (patch)
tree2e749d9b19c26321c625ad788b02100951b25bdf /doc/vimb.1.txt
parent86c155d4dec931572b3edeaf7bb5a83441cf1a53 (diff)
Show bookmarked uri also in completion list (#4).
Diffstat (limited to 'doc/vimb.1.txt')
-rw-r--r--doc/vimb.1.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/vimb.1.txt b/doc/vimb.1.txt
index 1f6af08..5583aa3 100644
--- a/doc/vimb.1.txt
+++ b/doc/vimb.1.txt
@@ -217,7 +217,23 @@ Remove a Search Mode keybinding.
.TP
.B complete
Start a completion according to the current first chars in the inputbox. If
-complation is already started, switch to the next completion item.
+completion is already started, switch to the next completion item.
+
+Following completions are available:
+.RS
+.nr step 1 1
+.IP \n[step] 3
+Commands `:'
+.IP \n+[step]
+Settings `:set '
+.IP \n+[step]
+Url-History and Bookmarks `:open \fIQUERY\fP' or `:tabopen \fIQUERY\fP'.
+If \fIQUERY\fP is given, this will be used to fetch matching urls from history
+file, or to find bookmarks from bookmark file. The urls from history will only
+be matched by their url, the bookmarks only by their tags. If multiple tags
+are given to get the bookmarks, only those bookmarks will be returned, that
+matches all the given tags or that don't have any tag set.
+.RE
.TP
.B complete-back
If complation is already started, switch to the previous completion item.