diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-26 18:18:00 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-26 18:20:10 +0200 |
commit | 7e42176f4f5e73ceaedadac0e326604d90ae443b (patch) | |
tree | b7c832a8594d44705dcb2080ac86db3635443957 /res | |
parent | e289dd0d37750e1f3f5d6386b87c4e2451167277 (diff) | |
download | chawan-7e42176f4f5e73ceaedadac0e326604d90ae443b.tar.gz |
Update docs
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 2 |
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)' |