Skip to content

Commit

Permalink
Add help about move right and left
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Aug 21, 2024
1 parent 29e4012 commit 37b6f33
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 @@ -223,6 +223,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 37b6f33

Please sign in to comment.