summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-05-03 07:51:23 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-05-03 07:51:29 +0200
commitb61ec973b7437230183d6dabf361b0848519f5dc (patch)
treec3ef2405519a082f75459c3af7af7a7c62e7342e
parent032747d14587161dae1e4508799a232390ddfbae (diff)
parentfcc8be93bd8224c01216ed2136cbf7309470ca2f (diff)
fix: Improve documentation for `Marked Items` pane to make clearer how to delete items. (#33)
-rw-r--r--src/interactive/widgets/help.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index 29d5562..8bcd202 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -102,7 +102,11 @@ impl HelpPane {
"Close the current pane. Closes the program if no",
Some("pane is open"),
);
- hotkey("<Tab>", "Cycle between all open panes", None);
+ hotkey(
+ "<Tab>",
+ "Cycle between all open panes.",
+ Some("Activate 'Marked Items' pane to delete selected files."),
+ );
hotkey("?", "Show or hide the help pane", None);
spacer();
}