about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index c501c934..3c337194 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -195,6 +195,14 @@ Defaults to "ask".
 </td>
 </tr>
 
+<tr>
+<td>history</td>
+<td>true / false</td>
+<td>Whether or not browsing history should be saved to the disk.<br>
+Defaults to true.
+</td>
+</tr>
+
 </table>
 
 ## Search
@@ -377,6 +385,18 @@ defaults to `xsel -bo`.</td>
 .md extension, so that its type can be correctly deduced.)</td>
 </tr>
 
+<tr>
+<td>history-file</td>
+<td>path</td>
+<td>Path to the history file. Defaults to "history.uri".</td>
+</tr>
+
+<tr>
+<td>history-size</td>
+<td>number</td>
+<td>Maximum length of the history file. Defaults to 100.</td>
+</tr>
+
 </table>
 
 ## Input
@@ -896,6 +916,14 @@ Overrides `buffer.meta-refresh`.
 </td>
 </tr>
 
+<tr>
+<td>history</td>
+<td>true / false</td>
+<td>Whether or not browsing history should be saved to the disk.<br>
+Overrides `buffer.history`.
+</td>
+</tr>
+
 </table>
 
 ## Stylesheets