Skip to content

Commit

Permalink
update help banner
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Jan 12, 2025
1 parent 7586241 commit df6b0b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oryx-tui/src/section.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ impl Section {
Span::from(" Nav").bold(),
]),
FocusedSection::Metrics => Line::from(vec![
Span::from("k,").bold(),
Span::from(" Up").bold(),
Span::from(" | ").bold(),
Span::from("j,").bold(),
Span::from(" Down").bold(),
Span::from(" | ").bold(),
Span::from("n").bold(),
Span::from(" New").bold(),
Span::from(" | ").bold(),
Expand Down

0 comments on commit df6b0b4

Please sign in to comment.