We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0322a93 commit 199b579Copy full SHA for 199b579
1 file changed
tagger/src/components/footer.rs
@@ -177,7 +177,7 @@ impl Widget for TaggerHint {
177
let hint = {
178
match self.current_screen {
179
CurrentScreen::Main => Span::styled(
180
- "Troggle(1-9) Pre(<-) Next(->) ModifyTag(n) ViewTags(v) Quit(q)",
+ "Troggle(1-4) Jump(j) Pre(<-) Next(->) ModifyTag(n) ViewTags(v) Quit(q)",
181
Style::default().fg(Color::Green),
182
),
183
CurrentScreen::Finished => {
0 commit comments