Skip to content

Commit

Permalink
Merge pull request #133 from sachaos/add-help
Browse files Browse the repository at this point in the history
Add help about move right and left
  • Loading branch information
sachaos committed Aug 21, 2024
2 parents 7069ce9 + 37b6f33 commit d28809c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ impl Component for Help {
Mode::All,
Action::ResultScrollUp.to_string(),
),
(
"Move to right ",
Mode::All,
Action::ScrollRight.to_string(),
),
(
"Move to left ",
Mode::All,
Action::ScrollLeft.to_string(),
),
(
"Page down ",
Mode::All,
Expand Down

0 comments on commit d28809c

Please sign in to comment.