diff --git a/internal/tui/bubble.go b/internal/tui/bubble.go index de3699111..6406fc82d 100644 --- a/internal/tui/bubble.go +++ b/internal/tui/bubble.go @@ -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 {