summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmnikar <omnikar5@gmail.com>2022-01-20 21:47:19 -0500
committerOmnikar <omnikar5@gmail.com>2022-01-20 21:47:19 -0500
commit6dbaa570014f27b20ca719f5a092e768e4c8289d (patch)
treed8b5bdb44ff46901e5489249efd4f601196c4ba1
parent15d0597a51b166e022ba2d41c377d515a878c1a2 (diff)
Add documentation
-rw-r--r--src/interactive/widgets/help.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index 8ff5e98..051fc2a 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -154,15 +154,17 @@ impl HelpPane {
None,
);
hotkey("<Space>", "Toggle the currently selected entry", None);
+ hotkey("a", "Toggle all entries", None);
spacer();
}
title("Keys in the Mark pane");
{
hotkey(
"x/d/<Space>",
- "remove the selected entry from the list",
+ "Remove the selected entry from the list",
None,
);
+ hotkey("a", "Remove all entries from the list", None);
hotkey(
"Ctrl + r",
"Permanently delete all marked entries without prompt!",