Skip to content

Commit

Permalink
Update bubble.go
Browse files Browse the repository at this point in the history
  • Loading branch information
snan authored and toby committed Dec 8, 2021
1 parent d356f97 commit 58f7622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/bubble.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (b Bubble) footerView() string {
{"q", "quit"},
}
if _, ok := b.boxes[b.activeBox].(*repo.Bubble); ok {
h = append(h[:2], helpEntry{"f/b", "pgup/pgdown"}, h[2])
h = append(h[:2], helpEntry{"f/b", "pgdown/pgup"}, h[2])
}
}
for i, v := range h {
Expand Down

0 comments on commit 58f7622

Please sign in to comment.