summaryrefslogtreecommitdiffstats
path: root/dicts/zh_CN.toml
diff options
context:
space:
mode:
authorClayton Townsend II <clayton@claytontii.com>2022-07-22 14:33:36 -0500
committerClayton Townsend II <clayton@claytontii.com>2022-07-22 15:21:47 -0500
commit9238e81a593c984ea9dc6e8718232d66654c8e23 (patch)
tree61fc5fca10afc381682b8a75dce87b78a7206d56 /dicts/zh_CN.toml
parentcd0cf0f6ed85f3d9e9cbc7dfd2eb6e0a03f18dc2 (diff)
add page up and page down to for scrolling pages
adds page up and page down keys to main.go to scroll page up and scroll page down similar to behavior found in htop, and slightly more intuitive
Diffstat (limited to 'dicts/zh_CN.toml')
-rw-r--r--dicts/zh_CN.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dicts/zh_CN.toml b/dicts/zh_CN.toml
index bcce304..f4c0e73 100644
--- a/dicts/zh_CN.toml
+++ b/dicts/zh_CN.toml
@@ -15,8 +15,8 @@ help="""
- j 或 <Down>: 下一行
- <C-u>: 上半页
- <C-d>: 下半页
- - <C-b>: 上一页
- - <C-f>: 下一页
+ - <C-b> 或 <PageUp>: 上一页
+ - <C-f> 或 <PageDown>: 下一页
- gg 或 <Home>: 到顶部
- G 或 <End>: 到底部