Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikar committed Jan 21, 2022
1 parent 15d0597 commit 6dbaa57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/interactive/widgets/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
Expand Down

0 comments on commit 6dbaa57

Please sign in to comment.