about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-12-20 23:26:54 +0100
committerbptato <nincsnevem662@gmail.com>2022-12-20 23:26:54 +0100
commit7eee2e1f8c87232b13e68dc3ac398e8fd76ea5f9 (patch)
treeee6f6682bcfd6e6e0a5c70d5e341380cc4c54110 /doc/config.md
parent18350159ad39c25d8acf6d9abdc4084592d58a21 (diff)
downloadchawan-7eee2e1f8c87232b13e68dc3ac398e8fd76ea5f9.tar.gz
pager: proxy values in container; js: bugfixes
Also, a little bonus: w3m keybindings
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md
index 65ea2fb0..5aec7a5d 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -559,7 +559,7 @@ open the current buffer's contents as HTML.</td>
 
 <tr>
 <td>`pager.cursorMiddle()`</td>
-<td>Move to the middle of the screen. (Equivalent to M in vi.)</td>
+<td>Move to the line in the middle of the screen. (Equivalent to M in vi.)</td>
 </tr>
 
 <tr>
@@ -573,6 +573,26 @@ open the current buffer's contents as HTML.</td>
 </tr>
 
 <tr>
+<td>`pager.cursorLeftEdge()`</td>
+<td>Move to the first column on the screen.</td>
+</tr>
+
+<tr>
+<td>`pager.cursorMiddleColumn()`</td>
+<td>Move to the column in the middle of the screen.</td>
+</tr>
+
+<tr>
+<td>`pager.cursorRightEdge()`</td>
+<td>Move to the last column on the screen.</td>
+</tr>
+
+<tr>
+<td>`pager.centerColumn()`</td>
+<td>Center screen around the current column.</td>
+</tr>
+
+<tr>
 <td>`pager.lineInfo()`</td>
 <td>Display information about the current line.</td>
 </tr>