diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-05-24 21:04:32 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-05-24 21:04:32 +0200 |
commit | 6eb433849e5d70cb0202f158d10ae9a67a6cfdec (patch) | |
tree | 6d64a8353770bbc3af4da450554bbb7bdb729468 /doc | |
parent | 164e9399f858093d476b267e6a28ab2098e57d8a (diff) |
Add :clearcache command.
This allows to discard all caches currently used by webkit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |