about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-09-26 18:18:00 +0200
committerbptato <nincsnevem662@gmail.com>2024-09-26 18:20:10 +0200
commit7e42176f4f5e73ceaedadac0e326604d90ae443b (patch)
treeb7c832a8594d44705dcb2080ac86db3635443957 /res
parente289dd0d37750e1f3f5d6386b87c4e2451167277 (diff)
downloadchawan-7e42176f4f5e73ceaedadac0e326604d90ae443b.tar.gz
Update docs
Diffstat (limited to 'res')
-rw-r--r--res/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml
index 6cd83253..13210838 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -116,6 +116,8 @@ cursorMiddleColumn = '() => pager.cursorMiddleColumn()'
 cursorRightEdge = '() => pager.cursorRightEdge()'
 halfPageDown = 'n => pager.halfPageDown(n)'
 halfPageUp = 'n => pager.halfPageUp(n)'
+halfPageLeft = 'n => pager.halfPageLeft(n)'
+halfPageRight = 'n => pager.halfPageRight(n)'
 pageDown = 'n => pager.pageDown(n)'
 pageUp = 'n => pager.pageUp(n)'
 pageLeft = 'n => pager.pageLeft(n)'