diff options
-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> |