about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-10-14 17:13:29 +0200
committerbptato <nincsnevem662@gmail.com>2023-10-14 17:16:14 +0200
commitc225ff1619c9db8a48160c4e82c82da91f133f4d (patch)
treeea8a3d4bbad7ddb0b7bed0d21cc726434aefa971 /doc
parenteae438e48ad7c1558f07d539469ab55c9d67fac4 (diff)
downloadchawan-c225ff1619c9db8a48160c4e82c82da91f133f4d.tar.gz
container: add cursorNthLink, cursorRevNthLink
Diffstat (limited to 'doc')
-rw-r--r--doc/config.md11
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>