diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-16 15:23:44 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-16 15:23:44 +0100 |
commit | b2998ca90c0dd6eb7d6b2a1deb19645d7ceb459f (patch) | |
tree | 8dca8749567ba5c1b4b853e6441ef3bf1974a938 /doc/config.md | |
parent | cadad89534e46c1465a0b33b6d7c1564afc33a19 (diff) | |
download | chawan-b2998ca90c0dd6eb7d6b2a1deb19645d7ceb459f.tar.gz |
Document discardTree
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index 0570c065..6e9f0ea4 100644 --- a/doc/config.md +++ b/doc/config.md @@ -516,6 +516,11 @@ or if that doesn't exist, to its parent. If the current buffer is a root buffer </tr> <tr> +<td>`pager.discardTree()`</td> +<td>Discard all child buffers of the current buffer.</td> +</tr> + +<tr> <td>`pager.reload()`</td> <td>Open a new buffer with the current buffer's URL, replacing the current buffer.</td> |