aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/ui.rs')
-rw-r--r--src/frontend/ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/ui.rs b/src/frontend/ui.rs
index 7b13f4b..5d17051 100644
--- a/src/frontend/ui.rs
+++ b/src/frontend/ui.rs
@@ -104,7 +104,7 @@ impl App {
}
pub fn render_footer(area: Rect, buf: &mut Buffer) {
- Paragraph::new("Use g/h to move, h to unselect, g/G to go top/bottom.")
+ Paragraph::new("Use j/k to move, h to unselect, g/G to go top/bottom.")
.centered()
.render(area, buf);
}