summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-04-28 22:46:48 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-04-28 22:46:48 -0400
commit70779c078da7c5c967c3de304cf1a8481da5ea77 (patch)
tree492aa7b553c87e7febb1f2da4637adc54cb77304 /src/constants.rs
parent554505b221ae385769f6b5534bf03d5f0f3e8a11 (diff)
docs: update help and README for bindings
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 7db7f535..a53e532a 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -45,7 +45,7 @@ pub const HELP_CONTENTS_TEXT: [&str; 6] = [
"5 - Battery bindings",
];
-pub const GENERAL_HELP_TEXT: [&str; 18] = [
+pub const GENERAL_HELP_TEXT: [&str; 20] = [
"1 - General bindings\n",
"q, Ctrl-c Quit\n",
"Esc Close dialog windows, search, widgets, or exit maximized mode\n",
@@ -54,8 +54,10 @@ pub const GENERAL_HELP_TEXT: [&str; 18] = [
"Ctrl-Arrow \n",
"Shift-Arrow Move to a different widget\n",
"H/J/K/L \n",
- "Up, k Scroll up\n",
- "Down, j Scroll down\n",
+ "Left, h Move left within widget\n",
+ "Down, j Move down within widget\n",
+ "Up, k Move up within widget\n",
+ "Right, l Move right within widget\n",
"? Open help menu\n",
"gg Jump to the first entry\n",
"G Jump to the last entry\n",