diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-14 17:13:29 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-14 17:16:14 +0200 |
commit | c225ff1619c9db8a48160c4e82c82da91f133f4d (patch) | |
tree | ea8a3d4bbad7ddb0b7bed0d21cc726434aefa971 /doc | |
parent | eae438e48ad7c1558f07d539469ab55c9d67fac4 (diff) | |
download | chawan-c225ff1619c9db8a48160c4e82c82da91f133f4d.tar.gz |
container: add cursorNthLink, cursorRevNthLink
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index a82712c1..36bae2b7 100644 --- a/doc/config.md +++ b/doc/config.md @@ -728,6 +728,17 @@ Note: this does not suspend buffer processes.</td> </tr> <tr> +<td>`pager.cursorNthLink(n = 1)`</td> +<td>Move the cursor to the nth link of the document.</td> +</tr> + +<tr> +<td>`pager.cursorRevNthLink(n = 1)`</td> +<td>Move the cursor to the nth link of the document, counting backwards +from the document's last line.</td> +</tr> + +<tr> <td>`pager.pageDown(n = 1)`</td> <td>Scroll down by n pages.</td> </tr> |