diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-08 17:21:35 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-08 17:26:53 +0200 |
commit | 099550625e55ad59a6ed6bef54ad0d86470cdd91 (patch) | |
tree | de3fc24858cfc3450ad7fe719c96725b21d692ea /doc/config.md | |
parent | bf5f9d42fb90c2d8b989e73ffe051cf62a865be1 (diff) | |
download | chawan-099550625e55ad59a6ed6bef54ad0d86470cdd91.tar.gz |
container: add separate commands for 0 and ^
Just as in vi, 0 puts the cursor at the beginning of the current line, and ^ puts the cursor at the position of the first non-blank character.
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> |