about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml
index 7770402c..15f4aadf 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -59,6 +59,7 @@ U = 'pager.reload()'
 r = 'pager.redraw()'
 R = 'pager.reshape()'
 C-cC-c = 'pager.cancel()'
+1G = 'pager.cursorFirstLine()'
 g = 'pager.cursorFirstLine()'
 G = 'pager.cursorLastLine()'
 z = 'pager.centerLine()'