summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2017-05-24 21:04:32 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-05-24 21:04:32 +0200
commit6eb433849e5d70cb0202f158d10ae9a67a6cfdec (patch)
tree6d64a8353770bbc3af4da450554bbb7bdb729468 /doc
parent164e9399f858093d476b267e6a28ab2098e57d8a (diff)
Add :clearcache command.
This allows to discard all caches currently used by webkit.
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 70c9272..306d0f1 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -630,6 +630,10 @@ queue.
Removes all entries from queue.
.SS Misc
.TP
+.B :cl[earcache]
+Clears all resources currently cached by webkit.
+Note that this effects all running instances of vimb.
+.TP
.BI ":sh[ellcmd] " cmd
Runs the given shell \fIcmd\fP syncron and print the output into inputbox.
The following patterns in \fIcmd\fP are expanded: '~username', '~/', '$VAR'