Skip to content

Commit

Permalink
Add missing help items
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Jan 19, 2025
1 parent 2c24b4a commit e0141cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/view/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ fn build_lines(keybind: &KeyBind) -> (Vec<Line<'static>>, Vec<Line<'static>>) {
(&[UserEvent::PageUp], "Scroll page up"),
(&[UserEvent::HalfPageDown], "Scroll half page down"),
(&[UserEvent::HalfPageUp], "Scroll half page up"),
(&[UserEvent::ScrollDown], "Scroll down"),
(&[UserEvent::ScrollUp], "Scroll up"),
(&[UserEvent::SelectTop], "Select top of the screen"),
(&[UserEvent::SelectMiddle], "Select middle of the screen"),
(&[UserEvent::SelectBottom], "Select bottom of the screen"),
Expand Down

0 comments on commit e0141cd

Please sign in to comment.