Skip to content

Commit df6b0b4

Browse files
committed
update help banner
1 parent 7586241 commit df6b0b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

oryx-tui/src/section.rs

+6
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ impl Section {
214214
Span::from(" Nav").bold(),
215215
]),
216216
FocusedSection::Metrics => Line::from(vec![
217+
Span::from("k,").bold(),
218+
Span::from(" Up").bold(),
219+
Span::from(" | ").bold(),
220+
Span::from("j,").bold(),
221+
Span::from(" Down").bold(),
222+
Span::from(" | ").bold(),
217223
Span::from("n").bold(),
218224
Span::from(" New").bold(),
219225
Span::from(" | ").bold(),

0 commit comments

Comments
 (0)