diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-16 15:21:53 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-16 15:21:53 +0100 |
commit | cadad89534e46c1465a0b33b6d7c1564afc33a19 (patch) | |
tree | f47cba1ba132df9a7a023414e911bfc06160bc32 /doc/config.md | |
parent | 1f701c31d47f48d86e825f291004a2df8541bdf2 (diff) | |
download | chawan-cadad89534e46c1465a0b33b6d7c1564afc33a19.tar.gz |
discardTree only kills child buffers, fix discardBuffer
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.md b/doc/config.md index d64d0d59..0570c065 100644 --- a/doc/config.md +++ b/doc/config.md @@ -510,9 +510,9 @@ the prompt. If this string ends with a newline <tr> <td>`pager.discardBuffer()`</td> -<td>Discard the current buffer, and move back to its parent. If the current -buffer is a root buffer (i.e. it has no parent), move to the first child -buffer instead.</td> +<td>Discard the current buffer, and move back to its previous sibling buffer, +or if that doesn't exist, to its parent. If the current buffer is a root buffer +(i.e. it has no parent), move to the next sibling buffer instead.</td> </tr> <tr> |