diff options
Diffstat (limited to 'doc/config.md')
-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 0f986de4..cde6b1f4 100644 --- a/doc/config.md +++ b/doc/config.md @@ -584,6 +584,11 @@ Note: this does not suspend buffer processes.</td> </tr> <tr> +<td>`pager.cursorLineTextStart()`</td> +<td>Move the cursor to the first non-blank character of the line.</td> +</tr> + +<tr> <td>`pager.cursorLineEnd()`</td> <td>Move the cursor to the last cell of the line.</td> </tr> |